| 100 | } |
| 101 | |
| 102 | void setConeResolution(int resolution) |
| 103 | { |
| 104 | coneSource->SetResolution(resolution); |
| 105 | renderWindow->Render(); |
| 106 | } |
| 107 | } |
| 108 | |
| 109 | //------------------------------------------------------------------------------ |
nothing calls this directly
no test coverage detected