Class ODEBody

java.lang.Object
All Implemented Interfaces:
PoseChangeListener, EventListener
Direct Known Subclasses:
ODEBox, ODECapsule, ODECylinder, ODESphere

public abstract class ODEBody extends ODENode

An ODENode that represents a body with a geometry in the ODE physics engine. This node is responsible for the DBody, DMass, and DGeom. Classes which extend this class are responsible for the visual and physical representation of the shape.

TODO: They should not be responsible for the visual representation because physical and visual shape don't always match.