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

Function dBodyEnable

3rd_party/Src/ode/ode/src/ode.cpp:763–769  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

761
762
763void dBodyEnable (dBodyID b)
764{
765 dAASSERT (b);
766 b->flags &= ~dxBodyDisabled;
767 // b->adis_stepsleft = b->adis.idle_steps;
768 // b->adis_timeleft = b->adis.idle_time;
769}
770
771
772void dBodyDisable (dBodyID b)

Callers 14

enableMethod · 0.85
UnFreezeContentMethod · 0.85
EnableMethod · 0.85
RunSimulationMethod · 0.85
EnableMethod · 0.85
UnFreezeMethod · 0.85
applyImpulseVsMCMethod · 0.85
applyImpulseVsGFMethod · 0.85
setForceMethod · 0.85
setTorqueMethod · 0.85
applyForceMethod · 0.85
applyGravityAccelMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected