Searched refs:v_degSphere (Results 1 – 1 of 1) sorted by relevance
| /CTR-SDK-4.2.7-SampleDemos/demo2/ |
| D | graphics.cpp | 195 nn::math::VEC2* v_degSphere, // Slope of plane when sphere is on a plane (output) in UpdateParams() argument 249 v_degSphere->x = v_deg->x; in UpdateParams() 250 v_degSphere->y = v_deg->y; in UpdateParams() 278 const nn::math::VEC2 v_degSphere, in DrawObjects() argument 319 nn::math::MTX34RotXYZDeg(&arr[1], v_degSphere.y, 0.f, -v_degSphere.x); in DrawObjects() 352 static nn::math::VEC2 v_degSphere(0, 0); // Slope of plane when sphere is on a plane in DrawFrame() local 356 UpdateParams(&v_pos, &v_degSphere, &v_deg, v_cam, v_focus, v_acc, loudness); in DrawFrame() 398 DrawObjects(projL, viewL, v_pos, v_degSphere, v_deg, posYforSphere); in DrawFrame() 405 DrawObjects(projR, viewR, v_pos, v_degSphere, v_deg, posYforSphere); in DrawFrame()
|