menu
バージョン
2018.1.11.6987
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
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.5.8803
2023.1.13.8732
2022.1.19.8584
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
|
Position and orientation of game objects. [詳解]
公開メンバ関数 | |
const AkVector & | Position () const |
Get position vector. [詳解] |
|
const AkVector & | OrientationFront () const |
Get orientation front vector. [詳解] |
|
const AkVector & | OrientationTop () const |
Get orientation top vector. [詳解] |
|
void | Set (const AkVector &in_position, const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. [詳解] |
|
void | Set (AkReal32 in_positionX, AkReal32 in_positionY, AkReal32 in_positionZ, AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set position and orientation. Orientation front and top should be orthogonal and normalized. [詳解] |
|
void | SetPosition (const AkVector &in_position) |
Set position. [詳解] |
|
void | SetPosition (AkReal32 in_x, AkReal32 in_y, AkReal32 in_z) |
Set position. [詳解] |
|
void | SetOrientation (const AkVector &in_orientationFront, const AkVector &in_orientationTop) |
Set orientation. Orientation front and top should be orthogonal and normalized. [詳解] |
|
void | SetOrientation (AkReal32 in_orientFrontX, AkReal32 in_orientFrontY, AkReal32 in_orientFrontZ, AkReal32 in_orientTopX, AkReal32 in_orientTopY, AkReal32 in_orientTopZ) |
Set orientation. Orientation front and top should be orthogonal and normalized. [詳解] |
|