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

Method UpdateRoot

ogsr_engine/xrGame/PHShell.cpp:1097–1104  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1095}
1096
1097void CPHShell::UpdateRoot()
1098{
1099 ELEMENT_I i = elements.begin();
1100 if (!(*i)->isFullActive())
1101 return;
1102
1103 (*i)->InterpolateGlobalTransform(&mXFORM);
1104}
1105
1106void CPHShell::InterpolateGlobalTransform(Fmatrix* m)
1107{

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
isFullActiveMethod · 0.45

Tested by

no test coverage detected