- 開CodeBlocks, 點擊File-New-Project, "OpenGL"開啟OpenGL的專案設定介面
- 命名專案:Week01
- 專案檔案的路徑設定:C:\Users\Administrator\Desktop (桌面路徑)
- 下一步...下下下...
- Build & Run 成功開啟OpenGL專案
WebGL Water
2021電腦圖學 Computer Graphics 授課教師: 葉正聖 銘傳大學資訊傳播工程系 每週主題: 程式環境、點線面顏色、移動/旋轉/縮放與矩陣(Matrix)、階層性關節轉動(T-R-T)、做出機器人、打光、貼圖、glu/glut函式、鍵盤、滑鼠、計時器(timer)、讀入3D模型、粒子系統、聲音、特效、投影矩陣、攝影機與運鏡、機器人2.0、期末作品
訂閱:
張貼留言 (Atom)
距地表面160 Week11
#include "glm.h" GLMmodel* pmodel = NULL; void drawmodel(void) { if (!pmodel) { pmodel = glmReadOBJ("data/porsche.obj...
-
#include "glm.h" GLMmodel* pmodel = NULL; void drawmodel(void) { if (!pmodel) { pmodel = glmReadOBJ("data/porsche.obj...
-
加背 景 上程式碼 #include <opencv/highgui.h> ///使用 OpenCV 2.1 比較簡單, 只要用 High GUI 即可 #include <opencv/cv.h> #include <GL/glut.h>...
-
1. 3D Explorer安裝, 解壓、開Gundam 的 OBJ檔 SaveAs .cpp檔(SampleAPP) 2. CodeBlocks開OpenGL專案 2.1. main.c換 gundam_3dexp.cpp (放同目錄裡) 切換 Remo...
沒有留言:
張貼留言