|
Wwise SDK 2024.1.9
|
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 行定义.