Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
525
dGeomID 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
527
void CBoxGeom::set_size(const Fvector& half_size)
528
{
Callers
15
OnCreate
Method · 0.45
OnDetach
Method · 0.45
net_Spawn
Method · 0.45
reload
Method · 0.45
Load
Method · 0.45
Load
Method · 0.45
add
Method · 0.45
CTracer
Method · 0.45
DieHelicopter
Method · 0.45
Init
Method · 0.45
net_Spawn
Method · 0.45
InitShader
Method · 0.45
Calls
3
dCreateBox
Function · 0.85
dCreateSphere
Function · 0.85
dCreateCylinder
Function · 0.85
Tested by
no test coverage detected