DistanceModel
Enum
Namespace: Vox
Declared in: Vox
Declares possible sound attenuation models.
Enumeration
Underlying type: int
Values:
- None = AL_NONE
- InverseDistance = AL_INVERSE_DISTANCE
- InverseDistanceClamped = AL_INVERSE_DISTANCE_CLAMPED
- LinearDistance = AL_LINEAR_DISTANCE
- LinearDistanceClamped = AL_LINEAR_DISTANCE_CLAMPED
- ExponentDistance = AL_EXPONENT_DISTANCE
- ExponentDistanceClamped = AL_EXPONENT_DISTANCE_CLAMPED
Back to index