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

Method create

ogsr_engine/xrGame/Geometry.cpp:525–525  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

523 m_box.m_translate.set(form.c);
524}
525dGeomID CBoxGeom::create() { return dCreateBox(0, m_box.m_halfsize.x * 2.f, m_box.m_halfsize.y * 2.f, m_box.m_halfsize.z * 2.f); }
526
527void CBoxGeom::set_size(const Fvector& half_size)
528{

Callers 15

OnCreateMethod · 0.45
OnDetachMethod · 0.45
net_SpawnMethod · 0.45
reloadMethod · 0.45
LoadMethod · 0.45
LoadMethod · 0.45
addMethod · 0.45
CTracerMethod · 0.45
DieHelicopterMethod · 0.45
InitMethod · 0.45
net_SpawnMethod · 0.45
InitShaderMethod · 0.45

Calls 3

dCreateBoxFunction · 0.85
dCreateSphereFunction · 0.85
dCreateCylinderFunction · 0.85

Tested by

no test coverage detected