X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMoof%2FSphere.cc;h=aa2c139166e223cf00db45709cb428210ee4c181;hp=5e43e0d42e414a60c7ab394e7ae1804203648322;hb=71bd9dbaf1c1e3c55a9f63392a73865d8aeee7d4;hpb=542e50a284c7f5b144a5c97c17f6d89b2af0175c 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();