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

Function DBG_DrawTri

ogsr_engine/xrGame/PHDebug.cpp:109–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107}
108
109void DBG_DrawTri(CDB::RESULT* T, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawTri>(T, c)); }
110void DBG_DrawTri(CDB::TRI* T, const Fvector* V_verts, u32 c) { DBG_DrawPHAbstruct(xr_new<SPHDBGDrawTri>(T, V_verts, c)); }
111
112struct SPHDBGDrawLine : public SPHDBGDrawAbsract

Callers 3

PickFunction · 0.85
collideMethod · 0.85
ValidateWalkOnMeshMethod · 0.85

Calls 1

DBG_DrawPHAbstructFunction · 0.85

Tested by

no test coverage detected