2017年4月24日 星期一

week08 陳柏勳 課堂上課筆記╭∩╮◕ㅂ◕ ╭∩╮

1.到Nehe Lesson 找到 Lesson 32並下載他的 Visual C++  版程式碼

2.測試遊戲還有聲音是否正常
3.在freeglut中試著加入遊戲的槍聲音效
       #include <mmsystem.h>

       void mouse(int button, int state, int x,int y)
{
    PlaySound("C:\\Users\\user\\Desktop\\Lesson32\\data/shot.wav",NULL,SND_ASYNC);
}
       
       glutMouseFunc(mouse);
4.在網路上找 do re mi fa so 的音效,並加入程式碼,使音樂能透過鍵盤按鍵撥放
5.準備一個MP3檔後宣告#include "CMP3_MCI.h",並且把音檔路徑輸入好,執行後
   音樂就會直接撥放



沒有留言:

張貼留言