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

Method build

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

Source from the content-addressed store, hash-verified

365 set_local_form(new_form);
366}
367void CODEGeom::build(const Fvector& ref_point)
368{
369 init();
370 set_position(ref_point);
371}
372void CODEGeom::init()
373{
374 dGeomID geom = create();

Callers 6

draw_nodesMethod · 0.45
BuildMethod · 0.45
CreateFromRectMethod · 0.45
create_camera_shellFunction · 0.45
PitchCorrectionMethod · 0.45
prepareMethod · 0.45

Calls 1

initFunction · 0.85

Tested by

no test coverage detected