This commit is contained in:
Jeffrey Ventrella 2013-07-26 12:46:27 -07:00
parent ad00747c29
commit 8cecd67731

View file

@ -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());