chign
06-12-2010, 05:24 AM
i came across that function..
void gluSphere
( GLUquadric* quad
, GLdouble radius
, GLint slices
, GLint stacks
);
what i am looking for is if there is any similar function for drawing cubes..(not with glutsolidcube).. cause i want to "attach" it to an object created with gluNewQuadratic..
thanks..
edit:i found this one:
gluQuadricDrawStyle(sun,GLU_FILL);
isn't it suposed to draw me the object as i have load it?
void gluSphere
( GLUquadric* quad
, GLdouble radius
, GLint slices
, GLint stacks
);
what i am looking for is if there is any similar function for drawing cubes..(not with glutsolidcube).. cause i want to "attach" it to an object created with gluNewQuadratic..
thanks..
edit:i found this one:
gluQuadricDrawStyle(sun,GLU_FILL);
isn't it suposed to draw me the object as i have load it?