ForceNode¶
from panda3d.physics import ForceNode
-
class
ForceNode
¶ Bases:
PandaNode
A force that lives in the scene graph and is therefore subject to local coordinate systems. An example of this would be simulating gravity in a rotating space station. or something.
Inheritance diagram
-
static
getClassType
() → panda3d.core.TypeHandle¶
-
writeForces
(out: panda3d.core.ostream, indent: int) → None¶ Write a string representation of this instance to <out>.
-
static