X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2FMoof%2FSphere.cc;h=aa2c139166e223cf00db45709cb428210ee4c181;hb=4f62ce947db282f0bbf4d49b3aafb83d7cf51adc;hp=5e43e0d42e414a60c7ab394e7ae1804203648322;hpb=542e50a284c7f5b144a5c97c17f6d89b2af0175c;p=chaz%2Fyoink diff --git a/src/Moof/Sphere.cc b/src/Moof/Sphere.cc index 5e43e0d..aa2c139 100644 --- a/src/Moof/Sphere.cc +++ b/src/Moof/Sphere.cc @@ -46,7 +46,8 @@ void Sphere::draw(Scalar alpha) const glPushMatrix(); - glTranslate(point[0], point[1], point[2]); + //glTranslate(point[0], point[1], point[2]); + glTranslate(point); gluSphere(sphereObj, (GLdouble)radius, 16, 16); glPopMatrix();