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

Method reinit_single

ogsr_engine/xrGame/PHObject.cpp:150–163  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 }
149}
150void CPHObject::reinit_single()
151{
152 IslandReinit();
153 qResultVec& result = ph_world->r_spatial;
154 qResultIt i = result.begin(), e = result.end();
155 for (; i != e; ++i)
156 {
157 CPHObject* obj = static_cast<CPHObject*>(*i);
158 obj->IslandReinit();
159 }
160 dJointGroupEmpty(ContactGroup);
161 ContactFeedBacks.empty();
162 ContactEffectors.empty();
163}
164
165void CPHObject::step_prediction(float time)
166{

Callers

nothing calls this directly

Calls 5

dJointGroupEmptyFunction · 0.85
IslandReinitMethod · 0.80
beginMethod · 0.45
endMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected