stuartcaunt / isgl3d

iOS Scene Graph Library: a 3D framework for the iPhone, iPad and iPod touch
http://isgl3d.com
Other
108 stars 46 forks source link

Sound efx and music engine? #30

Closed codetiger closed 12 years ago

codetiger commented 12 years ago

Am working on adding OpenAL to iSGL3D. Am trying to implement it so that you can add sound to any node and set max distance it can travel. Also you need to add listener which is usually the location of the camera. I'll most probably give a "pull request" tomorrow. Let me know if there is any feedback.