| 64 | } |
| 65 | |
| 66 | void Visualizer::init() { |
| 67 | setSceneRadius(100.0); |
| 68 | camera()->showEntireScene(); |
| 69 | glDisable(GL_LIGHTING); |
| 70 | } |
| 71 | |
| 72 | void Visualizer::DrawCloud(const Cloud& cloud) { |
| 73 | glPushMatrix(); |
nothing calls this directly
no outgoing calls
no test coverage detected