Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ PHObjectPositionUpdate
Method
PHObjectPositionUpdate
ogsr_engine/xrGame/PhysicsSkeletonObject.cpp:87–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
}
86
87
void CPhysicsSkeletonObject::PHObjectPositionUpdate()
88
{
89
if (m_pPhysicsShell)
90
{
91
m_pPhysicsShell->InterpolateGlobalTransform(&XFORM());
92
}
93
}
Callers
nothing calls this directly
Calls
2
XFORM
Function · 0.85
InterpolateGlobalTransform
Method · 0.45
Tested by
no test coverage detected