NewtonPhysicsWorld

Undocumented in source.

Constructors

this
this(EventManager eventManager, Owner o)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

createDynamicBody
NewtonRigidBody createDynamicBody(NewtonCollisionShape shape, float mass)
Undocumented in source. Be warned that the author may not have intended to support it.
createGroupId
int createGroupId()
Undocumented in source. Be warned that the author may not have intended to support it.
createStaticBody
NewtonRigidBody createStaticBody(NewtonCollisionShape shape)
Undocumented in source. Be warned that the author may not have intended to support it.
loadPlugins
void loadPlugins(string dir)
Undocumented in source. Be warned that the author may not have intended to support it.
raycast
void raycast(Vector3f pstart, Vector3f pend, NewtonRaycaster raycaster)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

defaultGroupId
int defaultGroupId;
Undocumented in source.
eventManager
EventManager eventManager;
Undocumented in source.
kinematicGroupId
int kinematicGroupId;
Undocumented in source.
newtonWorld
NewtonWorld* newtonWorld;
Undocumented in source.
sensorGroupId
int sensorGroupId;
Undocumented in source.

Meta