annotate prototype/doc/notes @ 51:d57df51f6b50
- fixed audio panning (listener direction)
- particles had no fog
- sound sources were not destroyed properly
author |
John Tsiombikas <nuclear@member.fsf.org> |
date |
Tue, 18 Sep 2012 09:40:56 +0300 |
parents |
|
children |
1ea56011c1ff |
rev |
line source |
nuclear@50
|
1 - The approach of preallocating OpenAL sources for each sound source is plainly
|
nuclear@50
|
2 wrong. There's a limit to the number of OpenAL source objects, and that limit
|
nuclear@50
|
3 is probably 255 on the implementation I'm using now.
|