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

Method DrawSphere

trinity/RenderJob/TriStepRenderDebug.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129void TriStepRenderDebug::DrawSphere( const Vector3& center, float radius, int segments, uint32_t color /*= 0xffffffff */ )
130{
131 m_lineSet->AddSphere( center, radius, segments, color );
132}
133
134void TriStepRenderDebug::DrawBox( const Vector3& min, const Vector3& max, uint32_t color /*= 0xffffffff */ )
135{

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

AddSphereMethod · 0.80

Tested by

no test coverage detected