- makeDynamicBody
NewtonBodyComponent makeDynamicBody(Entity entity, NewtonPhysicsWorld world, NewtonCollisionShape collisionShape, float mass)
Undocumented in source. Be warned that the author may not have intended to support it.
- makeStaticBody
NewtonBodyComponent makeStaticBody(Entity entity, NewtonPhysicsWorld world, NewtonCollisionShape collisionShape)
Undocumented in source. Be warned that the author may not have intended to support it.
- newtonBodyForceCallback
void newtonBodyForceCallback(NewtonBody* nbody, dFloat timestep, int threadIndex)
Undocumented in source. Be warned that the author may not have intended to support it.