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

Method DrawBox

trinity/RenderJob/TriStepRenderDebug.cpp:134–137  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134void TriStepRenderDebug::DrawBox( const Vector3& min, const Vector3& max, uint32_t color /*= 0xffffffff */ )
135{
136 m_lineSet->AddBox( min, max, color );
137}
138
139void TriStepRenderDebug::Printf( int x, int y, uint32_t color, const char* msg, ... )
140{

Callers 15

RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45

Calls 1

AddBoxMethod · 0.45

Tested by

no test coverage detected