Searched refs:eye (Results 1 – 7 of 7) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/ |
| D | TriangleSimple.cpp | 93 nn::math::Matrix34 eye, rot; in DrawDisplay0() local 99 nn::math::MTX34Identity(&eye); in DrawDisplay0() 100 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawDisplay0() 103 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawDisplay0() 104 nn::math::Matrix44 mv(eye); in DrawDisplay0() 138 nn::math::Matrix34 eye, rot; in DrawDisplay0AndSave() local 144 nn::math::MTX34Identity(&eye); in DrawDisplay0AndSave() 145 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawDisplay0AndSave() 148 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawDisplay0AndSave() 149 nn::math::Matrix44 mv(eye); in DrawDisplay0AndSave()
|
| /CTR-SDK-4.2.7-SampleDemos/demo1/ |
| D | gx.cpp | 145 nn::math::Matrix34 eye, rot; in DrawFrame() local 151 nn::math::MTX34Identity(&eye); in DrawFrame() 152 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame() 155 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame() 156 nn::math::Matrix44 mv(eye); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/ClipEquation/ |
| D | ClipEquation.cpp | 133 nn::math::Matrix34 eye; in DrawFrame() local 138 nn::math::MTX34Identity(&eye); in DrawFrame() 139 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame() 140 nn::math::Matrix44 mv(eye); in DrawFrame() 146 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame() 151 nn::math::Matrix44 eye44(eye); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LineSimple/ |
| D | LineSimple.cpp | 99 nn::math::Matrix34 eye, rot; in DrawFrame() local 103 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawFrame() 106 nn::math::MTX34Mult(&eye, &eye, &rot); in DrawFrame() 107 nn::math::Matrix44 mv(eye); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/Fog/ |
| D | Fog.cpp | 422 nn::math::Matrix34 eye; in Initialize() local 427 nn::math::MTX34Identity(&eye); in Initialize() 428 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in Initialize() 429 nn::math::Matrix44 mv(eye); in Initialize()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/Api/TextureCombiner/ |
| D | gx_TextureCombiner.cpp | 205 nn::math::Matrix34 eye; in DrawDisplay0() local 210 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawDisplay0() 211 nn::math::Matrix44 mv(eye); in DrawDisplay0()
|
| /CTR-SDK-4.2.7-SampleDemos/camera/Stereo/ |
| D | main.cpp | 1869 nn::math::Matrix34 eye; in DrawCameraImage() local 1873 nn::math::MTX34LookAt(&eye, &camPos, &camUp, &target); in DrawCameraImage() 1875 nn::math::MTX34 tmp(eye); in DrawCameraImage()
|