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

Method RenderDebugInfo

trinity/Particle/Tr2SphereConstraint.cpp:330–337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

328}
329
330void Tr2SphereConstraint::RenderDebugInfo( ITr2DebugRenderer2& renderer, const Matrix& worldTransform, const CcpMath::AxisAlignedBox& aabb ) const
331{
332 if( !m_isValid )
333 {
334 return;
335 }
336 renderer.DrawSphere( this, worldTransform, m_position, m_radius, 20, ITr2DebugRenderer2::Wireframe, 0xffff4444 );
337}

Callers

nothing calls this directly

Calls 1

DrawSphereMethod · 0.45

Tested by

no test coverage detected