Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
135
void imotion_position::move_update(CPhysicsShell* s)
136
{
137
s->Disable();
138
s->ToAnimBonesPositions();
139
}
140
141
void imotion_position::collide(CPhysicsShell* s)
142
{
Callers
nothing calls this directly
Calls
5
ToAnimBonesPositions
Method · 0.80
AnimToVelocityState
Method · 0.80
Disable
Method · 0.45
set
Method · 0.45
InterpolateGlobalTransform
Method · 0.45
Tested by
no test coverage detected