mirror of
https://github.com/overte-org/overte.git
synced 2025-08-07 21:30:33 +02:00
cleanup
This commit is contained in:
parent
ad00747c29
commit
8cecd67731
1 changed files with 2 additions and 10 deletions
|
@ -2660,14 +2660,6 @@ void Application::displaySide(Camera& whichCamera) {
|
|||
glutSolidSphere(sphereRadius, 15, 15);
|
||||
glPopMatrix();
|
||||
|
||||
/*
|
||||
glPushMatrix();
|
||||
glColor3f(1, 0, 1);
|
||||
glTranslatef(0.0f, 0.0f, 5.0f);
|
||||
_particleSystem.render();
|
||||
glPopMatrix();
|
||||
*/
|
||||
|
||||
//draw a grid ground plane....
|
||||
if (_renderGroundPlaneOn->isChecked()) {
|
||||
renderGroundPlaneGrid(EDGE_SIZE_GROUND_PLANE, _audio.getCollisionSoundMagnitude());
|
||||
|
|
Loading…
Reference in a new issue