| /RvlSDK-3.2.2/build/demos/axdemo/src/ |
| D | axart3ddemo.c | 157 Mtx viewMtx; member 546 MTXConcat( Camera.viewMtx, ModelMtx, mv ); in DrawTick() 556 MTXConcat(Camera.viewMtx, scale, mv); in DrawTick() 620 GXLoadPosMtxImm( Camera.viewMtx, GX_PNMTX0 ); in DrawTick() 843 MTXRowCol(camera->viewMtx,0,0) = camera->xAxis.x; in CameraUpdate() 844 MTXRowCol(camera->viewMtx,0,1) = camera->xAxis.y; in CameraUpdate() 845 MTXRowCol(camera->viewMtx,0,2) = camera->xAxis.z; in CameraUpdate() 846 MTXRowCol(camera->viewMtx,0,3) = 0.0F; in CameraUpdate() 848 MTXRowCol(camera->viewMtx,1,0) = camera->yAxis.x; in CameraUpdate() 849 MTXRowCol(camera->viewMtx,1,1) = camera->yAxis.y; in CameraUpdate() [all …]
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Transform/ |
| D | tf-reflect.c | 39 Mtx viewMtx; member 202 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in myAnimeModel() 205 MTXInverse( c->viewMtx, tmpMtx ); in myAnimeModel() 214 MTXConcat ( c->viewMtx, pipeLocalMtx, pipePosMtx[0] ); in myAnimeModel()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/include/ |
| D | cmn-model.h | 35 Mtx viewMtx; member
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/DisplayList/ |
| D | DL-tf-mtx.c | 49 Mtx viewMtx; member 252 MTXMultVec(c->viewMtx, &lpos, &lpos); in DrawTick() 511 MTXLookAt(c->viewMtx, &c->position, &c->up, &c->target); in BuildMtxArray() 514 MTXConcat(c->viewMtx, AnimGlobalRot, tmpMtx0); in BuildMtxArray()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Tev/ |
| D | tev-outline.c | 104 Mtx viewMtx; member 458 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in myAnimeModel() 461 MTXInverse( c->viewMtx, tmpMtx ); in myAnimeModel() 476 MTXConcat( c->viewMtx, pipeLocalMtx, pipeMtx[0] ); in myAnimeModel()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/TexGen/ |
| D | tg-emboss.c | 149 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw() 390 MTXMultVec( c->viewMtx, &myLight.pos, &lpos ); in myDrawModel() 402 MTXConcat ( c->viewMtx, myModel.modelMtx, mvmtx ); in myDrawModel() 548 GXLoadPosMtxImm ( c->viewMtx, GX_PNMTX0 ); in myDrawModel()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/PixelProc/ |
| D | cmn-model.c | 82 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in cmModel0_Draw() 265 MTXConcat( c->viewMtx, mmtx, vmtx ); in cmModel1_Draw() 392 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in cmModel2_Draw() 558 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in cmModel3_Draw() 698 MTXConcat( c->viewMtx, mmtx, mmtx ); in cmModel4_Draw()
|
| D | pix-logic.c | 207 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw()
|
| D | pix-blend.c | 188 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw()
|
| D | pix-fog.c | 230 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw()
|
| /RvlSDK-3.2.2/build/demos/gxdemo/src/Culling/ |
| D | cul-viewport.c | 178 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw() 421 MTXMultVec( c->viewMtx, &myLightPos, &lpos ); in myDrawModel() 441 MTXConcat( c->viewMtx, mmtx, mvmtx ); in myDrawModel()
|
| D | cul-faces.c | 232 MTXLookAt( c->viewMtx, &c->position, &c->up, &c->target ); in SceneDraw() 331 GXLoadPosMtxImm( c->viewMtx, GX_PNMTX0 ); in myDrawModel()
|