menu
バージョン
2017.1.9.6501
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API. [詳細]
Public 変数 | |
AkVector | imageSource |
Apparent source of the reflected sound that follows this path. |
|
AkVector | reflectionPoint [AK_MAX_REFLECT_ORDER] |
Vertices of the indirect path. |
|
AkTriangle | triangles [AK_MAX_REFLECT_ORDER] |
The triangles that were hit in the path. The vertices in reflectionPoint [] correspond to points on these triangles. |
|
AkUInt32 | numReflections |
Number of reflections and valid elements in the reflectionPoint [] and triangles [] arrays. |
|
AkVector | occlusionPoint |
The point that was hit to cause the path to be occluded. Note that the spatial audio library must be recompiled with define AK_DEBUG_OCCLUSION to enable generation of occluded paths. |
|
bool | isOccluded |
True if the sound path was occluded. Note that the spatial audio library must be recompiled with define AK_DEBUG_OCCLUSION to enable generation of occluded paths. |
Structure for retrieving information about the indirect paths of a sound that have been calculated via the geometric reflections API.
AkSpatialAudio.h の 126 行で定義されています。