Home
last modified time | relevance | path

Searched refs:zp (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.3/build/demos/gxdemo/src/Transform/
Dtf-clip-bug.c200 s16 xp, yp, zp; // Z tag position in main() local
413 zp = (s16) (-i * 100); in main()
425 DEMOPuts( xp, yp, zp, nums ); in main()
428 zp -= spacing; in main()
435 DEMOPuts( xp, yp, zp, nums ); in main()
/RvlSDK-3.3/build/demos/gxdemo/src/Lighting/
Dlit-atn-func.c409 f32 xp, yp, zp, s, t; in DrawModel0() local
427 zp = - sinf((f32)x * PI / 180.0F); in DrawModel0()
430 GXPosition3f32(xp, yp - 0.5F, zp); in DrawModel0()
431 GXNormal3f32(-xp, 0.0F, -zp); in DrawModel0()
434 GXPosition3f32(xp, yp, zp); in DrawModel0()
435 GXNormal3f32(-xp, 0.0F, -zp); in DrawModel0()
/RvlSDK-3.3/build/demos/gxdemo/src/Indirect/
Dind-pseudo-3d.c523 f32 xp, yp, zp; in main() local
529 xp = yp = zp = 0.0f; in main()
547 zp += DEMOPadGetSubStickY(0)/100.0f; in main()
557 updateScene(cameraMtx, rot1, rot2, xp, yp, zp, mag); in main()
Dind-warp.c57 f32 zp = -5.0f; variable
471 MTXTrans(tmpMtx, xp, yp, zp); in AnimTick()