Home
last modified time | relevance | path

Searched refs:mvmtx (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.2/build/demos/gxdemo/src/Culling/
Dcul-viewport.c388 Mtx mvmtx, mmtx; in myDrawModel() local
441 MTXConcat( c->viewMtx, mmtx, mvmtx ); in myDrawModel()
444 GXLoadPosMtxImm( mvmtx, GX_PNMTX0 ); in myDrawModel()
448 GXLoadNrmMtxImm( mvmtx, GX_PNMTX0 ); in myDrawModel()
/RvlSDK-3.2/build/demos/gxdemo/src/TexGen/
Dtg-emboss.c384 Mtx mvmtx, posMtx, nrmMtx; in myDrawModel() local
402 MTXConcat ( c->viewMtx, myModel.modelMtx, mvmtx ); in myDrawModel()
404 MTXConcat ( mvmtx, posMtx, posMtx ); in myDrawModel()
407 MTXConcat ( mvmtx, nrmMtx, nrmMtx ); in myDrawModel()