| /RvlSDK-3.3/build/demos/axdemo/src/ |
| D | axart3ddemo.c | 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() 850 MTXRowCol(camera->viewMtx,1,2) = camera->yAxis.z; in CameraUpdate() 851 MTXRowCol(camera->viewMtx,1,3) = 0.0F; in CameraUpdate() 853 MTXRowCol(camera->viewMtx,2,0) = camera->zAxis.x; in CameraUpdate() 854 MTXRowCol(camera->viewMtx,2,1) = camera->zAxis.y; in CameraUpdate() [all …]
|
| /RvlSDK-3.3/build/demos/gxdemo/src/TexGen/ |
| D | tg-shadow3.c | 1009 MTXRowCol(dp, 0, 2) = f / range; in GetTexProjMtx() 1010 MTXRowCol(dp, 0, 3) = f * n / range; in GetTexProjMtx() 1011 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx() 1012 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx() 1013 MTXRowCol(dp, 2, 2) = 1.0F; in GetTexProjMtx() 1033 MTXRowCol(dp, 0, 2) = - 1.0F / range; in GetTexProjMtx() 1034 MTXRowCol(dp, 0, 3) = - n / range; in GetTexProjMtx() 1035 MTXRowCol(dp, 1, 2) = MTXRowCol(dp, 0, 2) * tscale; in GetTexProjMtx() 1036 MTXRowCol(dp, 1, 3) = MTXRowCol(dp, 0, 3) * tscale; in GetTexProjMtx() 1037 MTXRowCol(dp, 2, 3) = 1.0F; in GetTexProjMtx()
|
| D | tg-light-fx.c | 689 MTXRowCol(ms, 0, 0) = vhalf.x; in SetTexGenMtx1() 690 MTXRowCol(ms, 0, 1) = vhalf.y; in SetTexGenMtx1() 691 MTXRowCol(ms, 0, 2) = vhalf.z; in SetTexGenMtx1()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Simple/ |
| D | smp-onetri_dl.c | 233 MTXRowCol(m, 0, 3) = x; in DrawTick() 234 MTXRowCol(m, 1, 3) = y; in DrawTick() 235 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| D | smp-onetri.c | 250 MTXRowCol(m, 0, 3) = x; in DrawTick() 251 MTXRowCol(m, 1, 3) = y; in DrawTick() 252 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| /RvlSDK-3.3/build/demos/videmo/src/ |
| D | smp-onetri_Progressive.c | 298 MTXRowCol(m, 0, 3) = x; in DrawTick() 299 MTXRowCol(m, 1, 3) = y; in DrawTick() 300 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| D | smp-onetri_PAL.c | 433 MTXRowCol(m, 0, 3) = x; in DrawTick() 434 MTXRowCol(m, 1, 3) = y; in DrawTick() 435 MTXRowCol(m, 2, 3) = z; in DrawTick()
|
| /RvlSDK-3.3/build/demos/kpaddemo/src/ |
| D | mpls.c | 702 MTXRowCol( mr, 0, 0 ) = dir.X.x ; in draw_rectangular_solid() 703 MTXRowCol( mr, 1, 0 ) = dir.X.y ; in draw_rectangular_solid() 704 MTXRowCol( mr, 2, 0 ) = dir.X.z ; in draw_rectangular_solid() 705 MTXRowCol( mr, 0, 1 ) = dir.Y.x ; in draw_rectangular_solid() 706 MTXRowCol( mr, 1, 1 ) = dir.Y.y ; in draw_rectangular_solid() 707 MTXRowCol( mr, 2, 1 ) = dir.Y.z ; in draw_rectangular_solid() 708 MTXRowCol( mr, 0, 2 ) = dir.Z.x ; in draw_rectangular_solid() 709 MTXRowCol( mr, 1, 2 ) = dir.Z.y ; in draw_rectangular_solid() 710 MTXRowCol( mr, 2, 2 ) = dir.Z.z ; in draw_rectangular_solid()
|
| /RvlSDK-3.3/build/demos/gxdemo/src/Tev/ |
| D | tev-outline.c | 183 MTXRowCol(texMtx1, 0, 3) = 1.0f / (f32)screen_wd; in DrawCartoonOutline() 185 MTXRowCol(texMtx2, 1, 3) = 1.0f / (f32)screen_ht; in DrawCartoonOutline()
|
| /RvlSDK-3.3/include/revolution/ |
| D | mtx.h | 209 #define MTXRowCol(m,r,c) ((m)[(r)][(c)]) macro
|