電腦圖學Week10上課內容
一、貼圖
二、聲音
三、小遊戲
Google:NeHe Lesson32
下載Lesson32最下面
Visual C++範例
解壓縮至桌面\Lesson32\lesson32.exe
試玩畫面。
在Leeson32中用PlaySound
模仿:File-New-Project.GULT
加入#include <mmsystem.h> //此為多媒體系統
void mouse(int button,int state,int x,int y)
{PlaySound("C:\\user\\user\\Desktop\\lesson32/Data/shot.wav",NULL,SND_ASYNC);}
glutMouseFunc(mouse);
將CodeBlock打開glut檔案更改程式如下
可自行下載網路上音源,將MP3檔案轉換成WAV副檔名
如下方程式所見。
當點下滑鼠鍵可聽見聲音。
MP3音樂檔寫入程式。
小鋼琴加入KeyBoard
glutKeyboardFunc(keyboard);
沒有留言:
張貼留言