Searched refs:vfov (Results 1 – 4 of 4) sorted by relevance
137 float vfov = node.get("vfov", 0).asFloat(); in initialize() local161 if (vfov > 179.0f) { in initialize()162 printf("Pathological horizontal field of view %f clamped to 179 degrees\n", vfov); in initialize()163 vfov = 179.0f; in initialize()165 if (vfov < 1.0f) { in initialize()166 printf("Pathological horizontal field of view %f clamped to 1 degree\n", vfov); in initialize()167 vfov = 1.0f; in initialize()178 info.vfov = vfov * kDegreesToRadians; in initialize()
50 static android::mat4 perspective(float hfov, float vfov, float near, float far) { in perspective() argument52 const float tanHalfFovY = tanf(vfov * 0.5f); in perspective()295 … const android::mat4 P = perspective(cam.info.hfov, cam.info.vfov, cam.info.position[Z], maxRange); in renderCameraOntoGroundPlane()
32 float vfov = 0; // radians member
39 "vfov" :103 // Vertical field of view in degrees