HRIRSphereVertex¶
struct HRIRSphereVertex
A vertex of the HRIR sphere.
Variables¶
Name | Description |
---|---|
m_Position | The cartesian position of the vertex. |
m_LeftIR | The left HRIR data. |
m_RightIR | The right HRIR data. |
m_LeftDelay | The delay for the left ear. |
m_RightDelay | The delay for the right ear. |
Variable Details¶
m_LeftDelay¶
AmReal32 m_LeftDelay
The delay for the left ear.
m_LeftIR¶
std::vector<AmReal32> m_LeftIR
The left HRIR data.
m_Position¶
AmVec3 m_Position
The cartesian position of the vertex.
m_RightDelay¶
AmReal32 m_RightDelay
The delay for the right ear.
m_RightIR¶
std::vector<AmReal32> m_RightIR
The right HRIR data.