| 694 | } |
| 695 | |
| 696 | void AABBTree::DebugDraw() |
| 697 | { |
| 698 | /* |
| 699 | glPolygonMode( GL_FRONT_AND_BACK, GL_LINE ); |
| 700 | |
| 701 | DebugDrawRecursive(0, 0); |
| 702 | |
| 703 | glPolygonMode( GL_FRONT_AND_BACK, GL_FILL ); |
| 704 | */ |
| 705 | |
| 706 | } |
| 707 | |
| 708 | void AABBTree::DebugDrawRecursive(uint32_t nodeIndex, uint32_t depth) |
| 709 | { |
nothing calls this directly
no outgoing calls
no test coverage detected