ForceNode
from panda3d.physics import ForceNode
- class ForceNode
Bases:
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
- clear()
- static getClassType() panda3d.core.TypeHandle
- removeForce(index: int)
remove operation
- writeForces(out: panda3d.core.ostream, indent: int)
Write a string representation of this instance to <out>.