Module libaudioverse::nodes::properties::distance_model_property [] [src]

Structs

DistanceModelProperty

Proxy to a DistanceModel property .

Enums

DistanceModel

used in the 3D components of this library. Indicates how sound should become quieter as objects move away from the listener. Libaudioverse computes the distance from the center of the source to the listener, then subtracts the size. In the following, distance refers to this distance. Libaudioverse also computes a second value called distancePercent; specifically, distancePercent = distance/maxDistance.