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

Method DrawCone

trinity/RenderJob/TriStepRenderDebug.cpp:194–197  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192}
193
194void TriStepRenderDebug::DrawCone( const Vector3& start, const Vector3& end, float radius, int segments, uint32_t color /*= 0xffffffff */ )
195{
196 m_lineSet->AddCone( start, end, radius, segments, color );
197}
198
199void TriStepRenderDebug::DrawPlane( const Vector4& planeEquation, int segments, uint32_t color /*= 0xffffffff */ )
200{

Callers 6

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

Calls 1

AddConeMethod · 0.80

Tested by

no test coverage detected