Home
last modified time | relevance | path

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

/RvlSDK-2.1/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-2.1/build/demos/gxdemo/src/TexGen/
Dtg-emboss.c371 Mtx mvmtx, posMtx, nrmMtx; in myDrawModel() local
389 MTXConcat ( c->viewMtx, myModel.modelMtx, mvmtx ); in myDrawModel()
391 MTXConcat ( mvmtx, posMtx, posMtx ); in myDrawModel()
394 MTXConcat ( mvmtx, nrmMtx, nrmMtx ); in myDrawModel()