Wwise SDK 2021.1.8
AkGeometryParams
Version
Wwise SDK 2021.1.8
|
AkGeometryParams Struct Reference
Parameters passed to SetGeometry
.
More...
#include <AkSpatialAudio.h>
Public Member Functions | |
AkGeometryParams () | |
Constructor. More... |
|
Public Attributes | |
AkTriangle * | Triangles |
AkTriIdx | NumTriangles |
Number of triangles in Triangles. More... |
|
AkVertex * | Vertices |
Number of vertices in Vertices. More... |
|
AkVertIdx | NumVertices |
AkAcousticSurface * | Surfaces |
AkSurfIdx | NumSurfaces |
Number of of AkTriangleInfo structures in in_pTriangleInfo and number of AkTriIdx's in in_infoMap. More... |
|
AkRoomID | RoomID |
bool | EnableDiffraction |
Switch to enable or disable geometric diffraction for this Geometry. More... |
|
bool | EnableDiffractionOnBoundaryEdges |
Switch to enable or disable geometric diffraction on boundary edges for this Geometry. Boundary edges are edges that are connected to only one triangle. More... |
|
bool | EnableTriangles |
Detailed Description
Parameters passed to SetGeometry
.
Definition at line 523 of file AkSpatialAudio.h.