2023年5月11日 星期四

今天有點冷

 Week13

STEP01-1 

要承接上周的程式 先安裝 GIT 在 git clone 把倉庫拿下來 其中 Final-project裡面的  final_project.cbp 專案檔開起來 以後不用再裝freeglut了 因為用的是相對路徑 家裡 學校都可以執行compile  Project-Properties 得右下角設定 把 compiler 和 linker目錄射程相對路徑








STEP01-2

想馬上用Git 備分上傳 先把 gitignore 放行 .a lib .dll都註解掉  就可以放行 存檔 codeblock要safe everything

-cd desktop
-git clone https://github.com/Claudia0729/2023graphicsb
-cd 2023graphicsb
-start .
-git status (紅色)
-git add . (加到帳冊)
-git status (綠色)

帳冊要確認 (確認前 要設定好email跟名字 )
-git config --global user.email claudialin729@gmail.com 
-git config --global user.name Claudia0729
-git commit -m week13
-git push






STEP02-1

利用MAYA 把上課範例的 AL.obj 裁切成 head
.obj body.obj upleft_hand.obj  ......等一下要放到你的Final_Project




STEP02-2

把week08的glm.h glm.cpp 複製到Final_Project 裡 加到專案
#include "





STEP02-3









STEP03-1

把舊的keyboard函數註解掉




step03-2

用滑鼠可以移動大頭









最後上傳到github上
只需要 -git add . (加到帳冊)
-git commit -m week13
-git push




















沒有留言:

張貼留言