摘要:
效果图:代码: 1 #define GLUT_DISABLE_ATEXIT_HACK 2 #include "gl/glut.h" 3 4 typedef struct EyePoint{ 5 GLfloat x; 6 GLfloat y; 7 GLfloat z; 8 } EYEPOINT; 9 EYEPOINT Eye; 10 GLint WinWidth; 11 GLint WinHeight; 12 13 void OnDisplay(void); 14 void OnReShape(int,int); 15 void OnKeyboard(int,int,int. 阅读全文
posted @ 2012-04-02 09:31
xiacl
阅读(813)
评论(0)
推荐(0)


浙公网安备 33010602011771号