43 RigidBoxObject(
float x,
float y,
float z,
float dx,
float dy,
float dz,
float mass=1.0);
undocument this line if you encounter any issues!
Definition: Any.h:37
SceneObject * so
Definition: RigidBoxObject.h:39
A Box that can with RigidObject features.
Definition: RigidBoxObject.h:37
#define ICLPhysics_API
Definition: CompatMacros.h:181
This class combines a movable but rigid physics object and it's graphical representation in ICL.
Definition: RigidObject.h:46