MCPcopy Create free account
hub / github.com/carbonengine/trinity / DrawBox

Method DrawBox

trinity/Tr2Renderer.cpp:1350–1356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1348}
1349
1350void Tr2Renderer::DrawBox( const Vector3& min, const Vector3& max, uint32_t color /*= 0xffffffff */ )
1351{
1352 if( s_debugLineSet )
1353 {
1354 s_debugLineSet->AddBox( min, max, color );
1355 }
1356}
1357
1358void Tr2Renderer::DrawOrientedBox( const Matrix& boxMatrix, uint32_t color /*= 0xffffffff */ )
1359{

Callers 3

RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45

Calls 1

AddBoxMethod · 0.45

Tested by

no test coverage detected