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

Method group_remove

ogsr_engine/xrGame/PHGeometryOwner.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void CPHGeometryOwner::group_remove(CODEGeom& g)
38{
39 VERIFY(m_group);
40 g.remove_from_space(m_group);
41 if (dSpaceGetNumGeoms(m_group) == 0)
42 DestroyGroupSpace();
43}
44
45
46void CPHGeometryOwner::build_Geom(CODEGeom& geom)

Callers

nothing calls this directly

Calls 2

dSpaceGetNumGeomsFunction · 0.85
remove_from_spaceMethod · 0.80

Tested by

no test coverage detected