| 132 | } |
| 133 | |
| 134 | void TriStepRenderDebug::DrawBox( const Vector3& min, const Vector3& max, uint32_t color /*= 0xffffffff */ ) |
| 135 | { |
| 136 | m_lineSet->AddBox( min, max, color ); |
| 137 | } |
| 138 | |
| 139 | void TriStepRenderDebug::Printf( int x, int y, uint32_t color, const char* msg, ... ) |
| 140 | { |
no test coverage detected