openGL學習(一)

一 配置openGL環境     參考博客https://blog.csdn.net/qq_19003345/article/details/76098781 二 目標     實現下列兩張圖片的輸出效果     三 代碼 (一)輸出白色矩形: #include<GL\glut.h>      void init()   {       glClearColor(0.0, 0.0, 0.0, 0.
相關文章
相關標籤/搜索