| 1332 | } |
| 1333 | |
| 1334 | void Tr2Renderer::DrawSphere( const Vector3& center, float radius, int segments, uint32_t color /*= 0xffffffff */ ) |
| 1335 | { |
| 1336 | if( s_debugLineSet ) |
| 1337 | { |
| 1338 | s_debugLineSet->AddSphere( center, radius, segments, color ); |
| 1339 | } |
| 1340 | } |
| 1341 | |
| 1342 | void Tr2Renderer::DrawSphere( const Vector4& sphere, int segments, uint32_t color /*= 0xffffffff */ ) |
| 1343 | { |