Views
DistanceModel
The different distance models.
Extended information can be found in the Creative documentation.
Constants
- none
- Sources do not get attenuated.
- inverse
- Inverse distance attenuation.
- inverse clamped
- Inverse distance attenuation. Gain is clamped.
- linear
- Linear attenuation.
- linear clamped
- Linear attenuation. Gain is clamped.
- exponent
- Exponential attenuation.
- exponent clamped
- Exponential attenuation. Gain is clamped.
See Also