Searched refs:v_focus (Results 1 – 2 of 2) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.h | 24 int DrawFrame(nn::math::VEC3 v_cam, nn::math::VEC3 v_focus, nn::math::VEC2 v_acc, u8 loudness);
|
| D | graphics.cpp | 198 const nn::math::VEC3 v_focus, // Focus position in UpdateParams() argument 223 nn::math::VEC3 v_f(v_focus - v_cam); // Focus vector from camera in UpdateParams() 342 int DrawFrame(nn::math::VEC3 v_cam, nn::math::VEC3 v_focus, nn::math::VEC2 v_acc, u8 loudness) in DrawFrame() argument 356 UpdateParams(&v_pos, &v_degSphere, &v_deg, v_cam, v_focus, v_acc, loudness); in DrawFrame() 380 nn::math::MTX34LookAt(&cam, &v_cam, &camUp, &v_focus); in DrawFrame()
|