- dmCreateWorld
void* dmCreateWorld(uint maxCollisions)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmDeleteWorld
void dmDeleteWorld(void* pWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmGetNumWorlds
int dmGetNumWorlds()
Undocumented in source. Be warned that the author may not have intended to support it.
- dmInit
void dmInit()
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldAddCollisionShape
void* dmWorldAddCollisionShape(void* pWorld, void* pBody, void* pGeom, float px, float py, float pz, float mass)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldAddConstraint
void* dmWorldAddConstraint(void* pWorld, void* pConstraint)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldAddDynamicBody
void* dmWorldAddDynamicBody(void* pWorld, float px, float py, float pz, float mass)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldAddStaticBody
void* dmWorldAddStaticBody(void* pWorld, float px, float py, float pz)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldGetNumCollisionShapes
int dmWorldGetNumCollisionShapes(void* pWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldGetNumConstraints
int dmWorldGetNumConstraints(void* pWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldGetNumDynamicBodies
int dmWorldGetNumDynamicBodies(void* pWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldGetNumStaticBodies
int dmWorldGetNumStaticBodies(void* pWorld)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldRayCastQuery
int dmWorldRayCastQuery(void* pWorld, DMRay* ray, DMRayCastInfo* info, int checkBodies, int checkBVH)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldSetBroadphase
void dmWorldSetBroadphase(void* pWorld, int b)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldSetGravity
void dmWorldSetGravity(void* pWorld, float x, float y, float z)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldSetSolverIterations
void dmWorldSetSolverIterations(void* pWorld, uint posCorrIter, uint velCorrIter)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldSetStaticMesh
void* dmWorldSetStaticMesh(void* pMesh)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmWorldUpdate
void dmWorldUpdate(void* pWorld, double dt)
Undocumented in source. Be warned that the author may not have intended to support it.