Home
last modified time | relevance | path

Searched refs:G3_Perspective (Results 1 – 8 of 8) sorted by relevance

/TwlSDK-5.1.0/build/demos/gx/UnitTours/DEMOLib/src/
DDEMOInit.c264 G3_Perspective(FX32_SIN30, FX32_COS30, // sine and cosine of FOVY in DEMOInitDisplay3D()
DDEMOBitmap.c860 G3_Perspective(FX32_SIN30, FX32_COS30, FX32_ONE * wx / wy, near, far, NULL); in DEMOSetViewPort()
/TwlSDK-5.1.0/include/nitro/gx/
Dg3_util.h105 void G3_Perspective(fx32 fovySin, fx32 fovyCos, fx32 aspect, fx32 n, fx32 f, MtxFx44 *mtx) in G3_Perspective() function
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_BoxTest/src/
Dmain.c201 G3_Perspective(FX32_SIN30, // Sine FOVY in TwlMain()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/3D_PolAttr_FARClip/src/
Dmain.c267 G3_Perspective(FX32_SIN30, // Sine FOVY in TwlMain()
/TwlSDK-5.1.0/build/demos/wvr/switchover/src/
Dgraphic_main.c416 G3_Perspective(FX32_SIN30, FX32_COS30, FX32_ONE * 4 / 3, near, far, NULL); in GraphicMain()
/TwlSDK-5.1.0/build/demos/tips/SwapCrossOver/src/
Dmain.c308 G3_Perspective(FX32_SIN30, FX32_COS30, // sine and cosine of FOVY in InitDisplay()
/TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Double3D/src/
Dmain.c416 G3_Perspective(FX32_SIN30, FX32_COS30, // Sine and cosine of FOVY in TwlMain()