MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / dGeomRayMotionSetGeom

Function dGeomRayMotionSetGeom

ogsr_engine/xrGame/dRayMotions.cpp:124–128  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124void dGeomRayMotionSetGeom(dGeomID rm, dGeomID g)
125{
126 dxRayMotions* c = (dxRayMotions*)dGeomGetClassData(rm);
127 c->ray_ownwer = g;
128}

Callers 1

CollideMethod · 0.85

Calls 1

dGeomGetClassDataFunction · 0.85

Tested by

no test coverage detected