#include <nnsys/g3d/glbstate.h>
void
NNS_G3dGlbSetProjectionMtx(
const MtxFx44* m
);
| m | 射影行列へのポインタ |
なし。
G3Dライブラリ内部のグローバル状態の、射影行列を設定します。
NNS_G3dGlbPerspective
NNS_G3dGlbPerspectiveW
NNS_G3dGlbOrtho
NNS_G3dGlbOrthoW
NNS_G3dGlbGetProjectionMtx
2004/09/16 初版