Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
367
void CODEGeom::build(const Fvector& ref_point)
368
{
369
init();
370
set_position(ref_point);
371
}
372
void CODEGeom::init()
373
{
374
dGeomID geom = create();
Callers
6
draw_nodes
Method · 0.45
Build
Method · 0.45
CreateFromRect
Method · 0.45
create_camera_shell
Function · 0.45
PitchCorrection
Method · 0.45
prepare
Method · 0.45
Calls
1
init
Function · 0.85
Tested by
no test coverage detected