Panda3D
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Properties
Public Member Functions | List of all members
SmoothGridChild Class Reference
Inheritance diagram for SmoothGridChild:
GridChild

Public Member Functions

def __init__
 
def setGridCell
 
def transformTelemetry
 
- Public Member Functions inherited from GridChild
def __init__
 
def delete
 
def enableGridInterest
 
def getGrid
 
def getGridInterestIds
 
def getGridInterestZoneId
 
def getGridZone
 
def isOnAGrid
 
def setGridCell
 
def updateGridInterest
 

Detailed Description

SmoothNodes have a special requirement in that they need to send
their current cell along with their telemetry data stream. This
allows the distributed receiving objects to update their grid parent
according to this value, rather than the setLocation() data.

Use this instead of GridNode when you expect this object to send its
telemetry data out.

Constructor & Destructor Documentation

def __init__ (   self)

Member Function Documentation

def setGridCell (   self,
  grid,
  zoneId 
)
def transformTelemetry (   self,
  x,
  y,
  z,
  h,
  p,
  r,
  e 
)