Home
last modified time | relevance | path

Searched refs:v_focus (Results 1 – 2 of 2) sorted by relevance

/CTR-SDK-4.2.7-SampleDemos/demo2/
Dgraphics.h24 int DrawFrame(nn::math::VEC3 v_cam, nn::math::VEC3 v_focus, nn::math::VEC2 v_acc, u8 loudness);
Dgraphics.cpp198 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()