
OPENGL
文章平均质量分 88
njchenyi
这个作者很懒,什么都没留下…
展开
-
CSIT 540 Assignment 2 -- Hierarchical Modeling
Project Description:In this assignment you define a 3D model and display it. Use OpenGL to create and display a character of your own design. Then you will become familiar with 3D rendering pipeline原创 2007-03-19 16:14:00 · 4806 阅读 · 2 评论 -
OPENGL中GLU和GLUT工具箱
GLUT工具箱提供几种图形3维图形的函数:void glutWireSphere(GLdouble radius, GLint slices, GLint stacks); 丝状球void glutSolidSphere(GLdouble radius, GLint slices, GLint stacks); 实心球void glutWireCube(GLdouble size); 丝状立原创 2007-03-19 20:25:00 · 9604 阅读 · 4 评论