1 #include”windows.h” 2 #include “GL/freeglut.h” 3 4 5 6 void ReShape(GLsizei w, GLsizei h); 7 void … Continue reading OpenGL图形编程(free glut库) 机械臂的实现
1 #include”windows.h” 2 #include “GL/freeglut.h” 3 4 5 6 void ReShape(GLsizei w, GLsizei h); 7 void … Continue reading OpenGL图形编程(free glut库) 机械臂的实现