menu
バージョン
2018.1.11.6987
2024.1.4.8780
2023.1.12.8706
2022.1.18.8567
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.4.8780
2023.1.12.8706
2022.1.18.8567
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
Wwise SDK 2018.1.11
|
公開変数類 | |
AkVector | nodes [kMaxNodes] |
Diffraction points [詳解] |
|
AkReal32 | angles [kMaxNodes] |
Raw diffraction angles at each point, in radians. [詳解] |
|
AkTransform | virtualPos |
Virtual emitter position. [詳解] |
|
AkUInt32 | nodeCount |
Total number of nodes in the path. Defines the number of valid entries in the nodes and angles arrays. [詳解] |
|
AkReal32 | diffraction |
Calculated total diffraction from this path, normalize to the range [0,1] [詳解] |
|
AkReal32 | totLength |
Total path length [詳解] |
|
AkReal32 | obstructionValue |
Obstruction value for this path. [詳解] |
|
静的公開変数類 | |
static const AkUInt32 | kMaxNodes = AK_MAX_SOUND_PROPAGATION_DEPTH |
Defines the maximum number of nodes that a user can retrieve information about. Longer paths will be truncated. [詳解] |
|
Structure for retrieving information about diffraction paths for a given emitter. Both the sound propagation (rooms and portals) system or the geometric diffraction system return infomation in this structure.
AkSpatialAudio.h の 285 行目に定義があります。