Panda3D
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties
Public Member Functions
SmoothGridChild Class Reference
Inheritance diagram for SmoothGridChild:
GridChild

List of all members.

Public Member Functions

def __init__
def setGridCell
def transformTelemetry

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)

Reimplemented from GridChild.


Member Function Documentation

def setGridCell (   self,
  grid,
  zoneId 
)

Reimplemented from GridChild.

def transformTelemetry (   self,
  x,
  y,
  z,
  h,
  p,
  r,
  e 
)
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties