MCPcopy 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
87void CPhysicsSkeletonObject::PHObjectPositionUpdate()
88{
89 if (m_pPhysicsShell)
90 {
91 m_pPhysicsShell->InterpolateGlobalTransform(&XFORM());
92 }
93}

Callers

nothing calls this directly

Calls 2

XFORMFunction · 0.85

Tested by

no test coverage detected