Class ODEPhysics

java.lang.Object
com.marginallyclever.ro3.physics.ODEPhysics

public class ODEPhysics extends Object

Manages the ODE4J physics world, space, and contact handling. There must be exactly one of these in the scene for physics to work.

ActionListeners can subscribe to get "Physics started" (1) and "Physics stopped" (0) events.

CollisionListeners can subscribe to get collision events.