カメラデータ構造体 More...
#include <GxResCamera.h>
Public Member Functions | |
初期化 | |
GxCameraData (void) | |
コンストラクタ | |
Public Attributes | |
メンバ変数 | |
f32 | _deltaTime |
経過時間 | |
GxVector3 | _position |
カメラ位置 | |
GxVector3 | _lookAt |
注視点位置 | |
GxVector3 | _up |
上方向ベクトル | |
f32 | _aspectRetio |
アスペクト比 (幅/高さ) | |
f32 | _fov |
視野角 (ラジアン) | |
f32 | _screenZ |
投影面までのZ距離 | |
f32 | _nearZ |
近クリップ面までのZ距離 | |
f32 | _farZ |
遠クリップ面までのZ距離 | |
Additional Inherited Members | |
![]() | |
static GxRtti & | __getStaticRtti (void) |
カメラデータ構造体