11 years, 6 months ago
Highlights
Published work featured11 years, 6 months ago
15 years, 5 months ago
16 years, 1 month ago
Check if you are using single-channel sounds. OpenAL attenuation doesn't work with stereo sounds.
16 years, 1 month ago
16 years, 5 months ago
Latest Activity
See all in DiscussionsCheck if you are using single-channel sounds. OpenAL attenuation doesn't work with stereo sounds.
16 years, 1 month ago
One dirty trick:In your class, define something like int _end; as the last parameter, then in constructor: memset(this, 0, int(&_end) …
16 years, 5 months ago
Your calculated winDepth values are -10, -9, -8..., and they are out of defined visibility range. Don't know about your …
16 years, 5 months ago