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

Method DrawLine

trinity/RenderJob/TriStepRenderDebug.cpp:119–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

117}
118
119void TriStepRenderDebug::DrawLine( const Vector3& from, const Vector3& to, uint32_t color /*= 0xffffffff */ )
120{
121 m_lineSet->Add( from, color, to, color );
122}
123
124void TriStepRenderDebug::DrawLine( const Vector3& from, uint32_t fromColor, const Vector3& to, uint32_t toColor )
125{

Callers 10

RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
PickObjectMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
RenderDebugInfoMethod · 0.45
DrawSquareInnerLinesMethod · 0.45

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected