| 743 | } |
| 744 | |
| 745 | void OcTreeDrawer::drawSelection() const { |
| 746 | if (m_selectionSize != 0) { |
| 747 | glColor4f(1.0, 0.0, 0.0, 1.0); |
| 748 | drawCubes(m_selectionArray, m_selectionSize); |
| 749 | } |
| 750 | } |
| 751 | |
| 752 | void OcTreeDrawer::drawCubes(GLfloat** cubeArray, unsigned int cubeArraySize, |
| 753 | GLfloat* cubeColorArray) const { |
nothing calls this directly
no outgoing calls
no test coverage detected