Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
void dGeomRayMotionSetGeom(dGeomID rm, dGeomID g)
125
{
126
dxRayMotions* c = (dxRayMotions*)dGeomGetClassData(rm);
127
c->ray_ownwer = g;
128
}
Callers
1
Collide
Method · 0.85
Calls
1
dGeomGetClassData
Function · 0.85
Tested by
no test coverage detected