(2)實作:第一個親手寫出的程式
先下載:
2. 下載data, win32 , glut32.dll
3. win32:
複製到windows裡面 5. data: 解壓縮至此 檔案直接拉到windows茶壺的程式碼:
加入顏色的程式碼:glutSolidTeapot(0.3);glutSwapBuffers();*glColor3f(1,0,0);備用程式碼:#include <GL/glut.h>void display(){ glutSolidTeapot(0.3); glutSwapBuffers(); glColor3f(1,0,0);}int main(int argc,char**argv){ glutInit(&argc,argv); glutInitDisplayMode(GLUT_DOUBLE|GLUT_DEPTH); glutCreateWindow("week03"); glutDisplayFunc(display); glutMainLoop();}
複製到windows裡面 5. data: 解壓縮至此 檔案直接拉到windows茶壺的程式碼:
加入顏色的程式碼:glutSolidTeapot(0.3);glutSwapBuffers();*glColor3f(1,0,0);備用程式碼:#include <GL/glut.h>void display(){ glutSolidTeapot(0.3); glutSwapBuffers(); glColor3f(1,0,0);}int main(int argc,char**argv){ glutInit(&argc,argv); glutInitDisplayMode(GLUT_DOUBLE|GLUT_DEPTH); glutCreateWindow("week03"); glutDisplayFunc(display); glutMainLoop();}
沒有留言:
張貼留言