| 117 | } |
| 118 | |
| 119 | void TriStepRenderDebug::DrawLine( const Vector3& from, const Vector3& to, uint32_t color /*= 0xffffffff */ ) |
| 120 | { |
| 121 | m_lineSet->Add( from, color, to, color ); |
| 122 | } |
| 123 | |
| 124 | void TriStepRenderDebug::DrawLine( const Vector3& from, uint32_t fromColor, const Vector3& to, uint32_t toColor ) |
| 125 | { |
no test coverage detected