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

Method SetPhObjectInGeomData

ogsr_engine/xrGame/PHGeometryOwner.cpp:165–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

163}
164
165void CPHGeometryOwner::SetPhObjectInGeomData(CPHObject* O)
166{
167 if (!b_builded)
168 return;
169 GEOM_I i = m_geoms.begin(), e = m_geoms.end();
170 for (; i != e; ++i)
171 (*i)->set_ph_object(O);
172}
173
174dGeomID CPHGeometryOwner::dSpacedGeometry()
175{

Callers 1

SetPhObjectInElementsMethod · 0.80

Calls 3

set_ph_objectMethod · 0.80
beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected