| 192 | } |
| 193 | |
| 194 | void 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 | |
| 199 | void TriStepRenderDebug::DrawPlane( const Vector4& planeEquation, int segments, uint32_t color /*= 0xffffffff */ ) |
| 200 | { |
no test coverage detected