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