MLAudioObstruction
Module: Audio / Audio Definitions / Acoustics / Spatial Sound
Obstruction along a ray. More...
#include <ml_audio.h>
Public Attributes
| Type | Name |
|---|---|
| float | factor |
| MLVec3f | hit_point |
Detailed Description
struct MLAudioObstruction;
Obstruction along a ray.
API Level:
- 20
Public Attributes Documentation
factor
float factor;
Amount of obstruction [0-1] with 1 = fully applied transmission values.
hit_point
MLVec3f hit_point;
Location of obstruction.