|
|
???FreeGLUT/OpenGLUT???????????v18.LR-19????24????????
void WireCube(GLdouble); //??????
void WireSphere(GLdouble,GLint,GLint); //?????
void WireCone(GLdouble,GLdouble,GLint,GLint); //??????
void WireCylinder(GLdouble,GLdouble,GLint,GLint); //??????
void WireTorus(GLdouble,GLdouble,GLint,GLint); //?????
void WireDodecahedron(); //????????,???3????
void WireOctahedron(); //???????,???1
void WireTetrahedron(); //???????,???3????
void WireIcosahedron(); //?????????????1
void WireRhombicDodecahedron(); //????????
void WireSierpinskiSponge (int,GLdouble offset[3],GLdouble); //???Sierpinski???
void WireTeapot(GLdouble); //?????
void SolidCube(GLdouble); //??????
void SolidSphere(GLdouble,GLint,GLint); //?????
void SolidCone(GLdouble,GLdouble,GLint,GLint); //??????
void SolidCylinder(GLdouble,GLdouble,GLint,GLint); //??????
void SolidTorus(GLdouble,GLdouble,GLint,GLint); //?????
void SolidDodecahedron(); //????????,???3????
void SolidOctahedron(); //???????,???1
void SolidTetrahedron(); //???????,???3????
void SolidIcosahedron(); //?????????????1
void SolidRhombicDodecahedron(); //????????
void SolidSierpinskiSponge(int,GLdouble offset[3],GLdouble); //???Sierpinski???
void SolidTeapot(GLdouble); //????? |
|