之前自學OPENGL的時候根據書上的東西,模仿着寫了一些小東西

這是一個簡單的彩色扇形拼接,我用了FLAT取消了顏色的漸變,當時感覺挺好玩的。  #include <glut.h> #include<math.h>; const int n =30 ; const GLfloat R = 0.5f; const GLfloat Pi = 3.14159265354f; const GLfloat factor = 0.1f; void myDisplay(
相關文章
相關標籤/搜索