- Explicitly set distance attenuation model.

- Mute sounds that exceed a certain distance from the listener.
This commit is contained in:
Thilo Schulz 2006-11-03 08:22:38 +00:00
parent 90208be35a
commit b57a970034
2 changed files with 137 additions and 64 deletions

4
README
View file

@ -116,8 +116,12 @@ New cvars
s_alDopplerSpeed - the value passed to alDopplerVelocity
s_alMinDistance - the value of AL_REFERENCE_DISTANCE for
each source
s_alMaxDistance - the maximum distance before sounds start
to become inaudible.
s_alRolloff - the value of AL_ROLLOFF_FACTOR for each
source
s_alGraceDistance - after having passed MaxDistance, length
until sounds are completely inaudible.
s_alMaxSpeakerDistance - ET_SPEAKERS beyond this distance are
culled
s_alDriver - which OpenAL library to use