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

Method CreateSimulBase

ogsr_engine/xrGame/PHGeometryOwner.cpp:395–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393 }
394}
395void CPHGeometryOwner::CreateSimulBase()
396{
397 if (m_geoms.size() > 1)
398 {
399 m_group = dSimpleSpaceCreate(0);
400 dSpaceSetCleanup(m_group, 0);
401 }
402}
403struct SFindPred
404{
405 u16 m_val;

Callers

nothing calls this directly

Calls 3

dSimpleSpaceCreateFunction · 0.85
dSpaceSetCleanupFunction · 0.85
sizeMethod · 0.45

Tested by

no test coverage detected