Off center projection
- by N0xus
I'm trying to implement the code that was freely given by a very kind developer at the following link:
http://forum.unity3d.com/threads/142383-Code-sample-Off-Center-Projection-Code-for-VR-CAVE-or-just-for-fun
Right now, all I'm trying to do is bring it in on one camera, but I have a few issues. My class, looks as follows:
using UnityEngine;…