Searched refs:cam (Results 1 – 3 of 3) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | demo2.cpp | 189 nn::math::VEC3 cam(cam_x, cam_y, cam_z); in StartDemo() local 192 DrawFrame(cam, focus, g, loudness); in StartDemo()
|
| D | graphics.cpp | 378 nn::math::Matrix34 cam; in DrawFrame() local 380 nn::math::MTX34LookAt(&cam, &v_cam, &camUp, &v_focus); in DrawFrame() 386 s_StereoCamera.SetBaseCamera(&cam); in DrawFrame()
|
| /CTR-SDK-4.2.7-SampleDemos/gx/DMPGL/LightingVertex/ |
| D | LightingVertex.cpp | 221 nn::math::Matrix34 cam; in DrawFrame() local 225 nn::math::MTX34LookAt(&cam, &camPos, &camUp, &target); in DrawFrame() 226 nn::math::MTX34Mult(&mv, &mv, &cam); in DrawFrame()
|