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

Method dSpacedGeometry

ogsr_engine/xrGame/PHGeometryOwner.cpp:174–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

172}
173
174dGeomID CPHGeometryOwner::dSpacedGeometry()
175{
176 if (!b_builded)
177 return 0;
178 if (m_group)
179 return (dGeomID)m_group;
180 else
181 return (*m_geoms.begin())->geometry_transform();
182}
183
184void CPHGeometryOwner::add_Box(const Fobb& V)
185{

Callers 1

PassEndElementsMethod · 0.80

Calls 2

geometry_transformMethod · 0.80
beginMethod · 0.45

Tested by

no test coverage detected