Skip to content

Instantly share code, notes, and snippets.

@coastwise
coastwise / VertMinusCameraFOV.cs
Created July 8, 2013 20:16
VERT- Field of view scaling for Unity3D cameras.
using UnityEngine;
using System.Collections;
/**
* This class attempts to force VERT- Field of view scaling.
* By default, Unity uses the HOR+ technique.
*
* http://en.wikipedia.org/wiki/Field_of_view_in_video_games#Scaling_methods
*/