DIFF

class PhysicsGeomDefSource

PhysicsGeomDef Managed

All members, including inherited

Geometry element properties

Constructors 1

void PhysicsGeomDef(string name, dGeom geom, string materialName, int layerMask)
References Geometry, LayerMask, MaterialName
Show 1 more, Name

Members 6

string Name

Name of the element

Referenced by PhysicsGeomDef()
dGeom Geometry

Physics geometry shape

Referenced by PhysicsGeomDef()
vector Frame[4] = {Vector(1, 0, 0), Vector(0, 1, 0), Vector(0, 0, 1), Vector(0, 0, 0)}

Local transformation

int ParentNode = -1

Bone the element can be attached to

string MaterialName

Material resource name

Referenced by PhysicsGeomDef()
int LayerMask

Bit mask of layers geometry belongs to

Referenced by PhysicsGeomDef()