|
Wwise SDK 2025.1.2
|
Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API. Useful for debug draw applications. 更多...
#include <AkSpatialAudioTypes.h>
Public 属性 | |
| struct AkVector64 | imageSource |
| Apparent source of the reflected sound that follows this path. 更多... | |
| struct AkVector64 | pathPoint [AK_MAX_REFLECTION_PATH_LENGTH] |
| AkUInt32 | textureIDs [AK_MAX_REFLECTION_PATH_LENGTH] |
| AkUInt32 | numPathPoints |
Number of valid elements in the pathPoint[], surfaces[], and diffraction[] arrays. 更多... | |
| AkUInt32 | numReflections |
Number of reflections in the pathPoint[] array. Shadow zone diffraction does not count as a reflection. If there is no shadow zone diffraction, numReflections is equal to numPathPoints. 更多... | |
| AkReal32 | diffraction [AK_MAX_REFLECTION_PATH_LENGTH] |
| Diffraction amount, normalized to the range [0,1] 更多... | |
| AkReal32 | level |
| Linear gain applied to image source. 更多... | |
| bool | isOccluded |
| Deprecated - always false. Occluded paths are not generated. 更多... | |
Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API. Useful for debug draw applications.
在文件 AkSpatialAudioTypes.h 第 490 行定义.