menu
版本
2024.1.2.8726
2024.1.2.8726
2023.1.10.8659
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.2.8726
2023.1.10.8659
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 2024.1.2
|
Triangle for a spatial audio mesh. 更多...
#include <AkSpatialAudio.h>
Public 成员函数 | |
AkTriangle () | |
Constructor 更多... | |
AkTriangle (AkVertIdx in_pt0, AkVertIdx in_pt1, AkVertIdx in_pt2, AkSurfIdx in_surfaceInfo) | |
Constructor 更多... | |
Public 属性 | |
AkVertIdx | point0 |
Index into the vertex table passed into AkGeometryParams that describes the first vertex of the triangle. Triangles are double-sided, so vertex order in not important. 更多... | |
AkVertIdx | point1 |
Index into the vertex table passed into AkGeometryParams that describes the second vertex of the triangle. Triangles are double-sided, so vertex order in not important. 更多... | |
AkVertIdx | point2 |
Index into the vertex table passed into AkGeometryParams that describes the third vertex of the triangle. Triangles are double-sided, so vertex order in not important. 更多... | |
AkSurfIdx | surface |
Triangle for a spatial audio mesh.
在文件 AkSpatialAudio.h 第 183 行定义.