X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ffreeglut_geometry.c;h=8122a5b7aa98ac99a8b85e5737f66cd8abced75d;hb=25c02c0a02ba2231f22d69fb2a54b6ede7f17504;hp=36f6a78c413c9ae456d0c1b8bc74192f7acdd424;hpb=ab7eba888a7ecdb330bc7f9efec42abfd9db16f2;p=freeglut diff --git a/src/freeglut_geometry.c b/src/freeglut_geometry.c index 36f6a78..8122a5b 100644 --- a/src/freeglut_geometry.c +++ b/src/freeglut_geometry.c @@ -253,7 +253,7 @@ void FGAPIENTRY glutSolidSphere(GLdouble radius, GLint slices, GLint stacks) } /* - * Draws a solid sphere + * Draws a wire sphere */ void FGAPIENTRY glutWireSphere(GLdouble radius, GLint slices, GLint stacks) { @@ -531,7 +531,7 @@ void FGAPIENTRY glutSolidCylinder(GLdouble radius, GLdouble height, GLint slices /* * Draws a wire cylinder - */ + */ void FGAPIENTRY glutWireCylinder(GLdouble radius, GLdouble height, GLint slices, GLint stacks) { int i,j; @@ -586,7 +586,7 @@ void FGAPIENTRY glutWireCylinder(GLdouble radius, GLdouble height, GLint slices, } /* - * + * Draws a wire torus */ void FGAPIENTRY glutWireTorus( GLdouble dInnerRadius, GLdouble dOuterRadius, GLint nSides, GLint nRings ) { @@ -664,7 +664,7 @@ void FGAPIENTRY glutWireTorus( GLdouble dInnerRadius, GLdouble dOuterRadius, GLi } /* - * + * Draws a solid torus */ void FGAPIENTRY glutSolidTorus( GLdouble dInnerRadius, GLdouble dOuterRadius, GLint nSides, GLint nRings ) {