2017年4月24日 星期一

找筆記?

week10

1.google 搜尋NeHe Lesson 32
2.下載NeHe Lesson 32最下面
visual C++的範例
解壓縮桌面
3.開啟遊戲
到達第6關 103分


4.開啟專案(freeglut)

5.加入聲音
在Lesson 32.cpp 中用PlaySound
模仿:File-New-Projects.GLUT
加入
#include<mmsystem.h>///多媒體系統
void mouse (int button, int state,int x,int y)
{
 PlaySound("C:\\Users\\user\\Downloads\\lesson32\\Lesson32\\data/shot.wav",NULL,SND_ASYNC);
}///要把檔名裡目錄的斜線 \ 改成 \\ OR /
glutMouseFunc(mouse);///滑鼠指令

6.按下鍵盤能發出DO RE MI FA SO

7.



沒有留言:

張貼留言