Panda3D
|
Public Member Functions | |
__init__ (self) | |
setGridCell (self, grid, zoneId) | |
transformTelemetry (self, x, y, z, h, p, r, e) | |
![]() | |
delete (self) | |
enableGridInterest (self, enabled=True) | |
getGrid (self) | |
getGridInterestIds (self) | |
getGridInterestZoneId (self, gridDoId) | |
getGridZone (self) | |
isOnAGrid (self) | |
updateGridInterest (self, grid, zoneId) | |
Additional Inherited Members | |
![]() | |
doId | |
![]() | |
_gridInterestEnabled | |
_gridInterests | |
_gridParent | |
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.
__init__ | ( | self | ) |
Reimplemented from GridChild.
setGridCell | ( | self, | |
grid, | |||
zoneId ) |
Reimplemented from GridChild.
transformTelemetry | ( | self, | |
x, | |||
y, | |||
z, | |||
h, | |||
p, | |||
r, | |||
e ) |