openGL繪製小汽車

  #include <windows.h>   #include"gl.h"  #include"glut.h" #include <math.h>   static GLfloat xRot = 0.0f; static GLfloat yRot = 0.0f; void Display(void) { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER
相關文章
相關標籤/搜索