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

Method PhDataUpdate

ogsr_engine/xrGame/PHStaticGeomShell.cpp:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12}
13
14void CPHStaticGeomShell::PhDataUpdate(dReal step)
15{
16 Island().Step(step);
17 Island().Unmerge();
18 PhysicsRefObject()->enable_notificate();
19 CPHUpdateObject::Deactivate();
20}
21void CPHStaticGeomShell::Activate(const Fmatrix& form)
22{
23 build();

Callers

nothing calls this directly

Calls 3

UnmergeMethod · 0.80
StepMethod · 0.45
enable_notificateMethod · 0.45

Tested by

no test coverage detected