- dmCreateGeomBox
void* dmCreateGeomBox(float hsx, float hsy, float hsz)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmCreateGeomCone
void* dmCreateGeomCone(float h, float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmCreateGeomCylinder
void* dmCreateGeomCylinder(float h, float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmCreateGeomEllipsoid
void* dmCreateGeomEllipsoid(float rx, float ry, float rz)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmCreateGeomSphere
void* dmCreateGeomSphere(float r)
Undocumented in source. Be warned that the author may not have intended to support it.
- dmDeleteGeom
void dmDeleteGeom(void* pGeom)
Undocumented in source. Be warned that the author may not have intended to support it.