arpg / SceneGraph

Auxiliary library for object management of 3D scenes.
Other
15 stars 8 forks source link

Changed GLCylinder to get rid of deprecated functions #4

Closed bminortx closed 10 years ago

bminortx commented 10 years ago

Due to the use of GLUQuadratic, which is deprecated in OSX 9, I changed the construction of GLCylinder to only use GL Primitives. I also Googlified the code a bit. GLWaypoint also needs revision (due to its use of gluCylinder), but I haven't gotten to that yet.