Home
last modified time | relevance | path

Searched refs:eye (Results 1 – 7 of 7) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/gx/Demo/ScreenCapture/
DTriangleSimple.cpp93 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/
Dgx.cpp145 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/
DClipEquation.cpp133 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/
DLineSimple.cpp99 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/
DFog.cpp422 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/
Dgx_TextureCombiner.cpp205 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/
Dmain.cpp1869 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()