dungeon_crawler
view prototype/doc/notes @ 66:6a471c87f9ca
- added visual studio project files
- changed some __func__ into __FUNCTION__ to compile on visual studio
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 07 Oct 2012 00:19:48 +0200 |
parents | c40efa9cf844 |
children |
line source
1 - The approach of preallocating OpenAL sources for each sound source is plainly
2 wrong. There's a limit to the number of OpenAL source objects, and that limit
3 is probably 255 on the implementation I'm using now.
5 == particles ==
7 - blend mode in config
8 - parameter animation relative to lifetime of particle not absolute time