|
Panda3D
|
Public Member Functions | |
| __init__ (self) | |
| b_clearSmoothing (self) | |
| d_clearSmoothing (self) | |
| delete (self) | |
| disable (self) | |
| generate (self) | |
| getPosHprBroadcastPeriod (self) | |
| getPosHprBroadcastTaskName (self) | |
| posHprBroadcast ### | |
| posHprBroadcastStarted (self) | |
| sendCurrentPosition (self) | |
| setPosHprBroadcastPeriod (self, period) | |
| startPosHprBroadcast (self, period=.2, stagger=0, type=None) | |
| stopPosHprBroadcast (self) | |
| wantSmoothPosBroadcastTask (self) | |
Public Attributes | |
| broadcastType = type | |
| cnode = CDistributedSmoothNodeBase() | |
| d_broadcastPosHpr = None | |
| dclass = self.getPosHprBroadcastTaskName() | |
| doId | |
Static Public Attributes | |
| BroadcastTypes = Enum('FULL, XYH, XY') | |
Protected Member Functions | |
| _posHprBroadcast (self, task=DummyTask) | |
Protected Attributes | |
| _posHprBroadcast = randFloat(period) | |
common base class for DistributedSmoothNode and DistributedSmoothNodeAI
| __init__ | ( | self | ) |
|
protected |
| b_clearSmoothing | ( | self | ) |
| d_clearSmoothing | ( | self | ) |
| delete | ( | self | ) |
Reimplemented in DistributedSmoothNode, and DistributedSmoothNodeAI.
| disable | ( | self | ) |
Reimplemented in DistributedSmoothNode, and DistributedSmoothNodeAI.
| generate | ( | self | ) |
Reimplemented in DistributedSmoothNode, and DistributedSmoothNodeAI.
| getPosHprBroadcastPeriod | ( | self | ) |
| getPosHprBroadcastTaskName | ( | self | ) |
posHprBroadcast ###
| posHprBroadcastStarted | ( | self | ) |
| sendCurrentPosition | ( | self | ) |
| setPosHprBroadcastPeriod | ( | self, | |
| period ) |
| startPosHprBroadcast | ( | self, | |
| period = .2, | |||
| stagger = 0, | |||
| type = None ) |
| stopPosHprBroadcast | ( | self | ) |
| wantSmoothPosBroadcastTask | ( | self | ) |
|
protected |
| broadcastType = type |
|
static |
| cnode = CDistributedSmoothNodeBase() |
| d_broadcastPosHpr = None |
| dclass = self.getPosHprBroadcastTaskName() |
| doId |