Searched refs:mvmtx (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 388 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/ |
| D | tg-emboss.c | 384 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()
|