proto bool dBodyCreateStaticEx | ( | notnull IEntity | ent, |
PhysicsGeomDef | geoms[] ) |
Creates RigidBody from custom made geometries. The geometries are deleted when rigid body is destroyed
geoms | array of custom made geometries autoptr PhysicsGeomDef geoms[] = {PhysicsGeomDef("", dGeomCreateBox(size), "material/default", 0xffffffff)};
dBodyCreateStaticEx(this, geoms);
Определения EnPhysics.c:32 proto bool dBodyCreateStaticEx(notnull IEntity ent, PhysicsGeomDef geoms[]) |