AkDiffractionFlags determine if diffraction values for sound passing through portals will be calculated, and how to apply those calculations to Wwise parameters.
- 枚举值:
-
DiffractionFlags_UseBuiltInParam |
Set the Wwise built-in game parameter value for diffraction angle. This is a flexible approach that can be mapped to any Wwise parameter. Can also be used simply to monitor diffraction using the game object profiler in Wwise.
|
DiffractionFlags_UseObstruction |
Use Wwise obstruction for dry-path diffraction. Dry-path diffraction is related to the angle off of a straight line of sight to a sound emitter.
|
DiffractionFlags_CalcEmitterVirtualPosition |
An emitter that is not in the same room as the listener will have its apparent or virtual position calculated by Wwise spatial audio and passed on to the sound engine.
|
DefaultDiffractionFlags |
|
在文件AkSpatialAudio.h第37行定义。