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

Method move_update

ogsr_engine/xrGame/interactive_motion.cpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133}
134
135void imotion_position::move_update(CPhysicsShell* s)
136{
137 s->Disable();
138 s->ToAnimBonesPositions();
139}
140
141void imotion_position::collide(CPhysicsShell* s)
142{

Callers

nothing calls this directly

Calls 5

ToAnimBonesPositionsMethod · 0.80
AnimToVelocityStateMethod · 0.80
DisableMethod · 0.45
setMethod · 0.45

Tested by

no test coverage detected