From 788bb530f86aec5811a09759bdba2cf54eb50828 Mon Sep 17 00:00:00 2001 From: ZappoMan Date: Sat, 28 Dec 2013 13:02:27 -0800 Subject: [PATCH] added comment --- interface/src/devices/TV3DManager.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/devices/TV3DManager.cpp b/interface/src/devices/TV3DManager.cpp index c00168931f..283b9f3e37 100644 --- a/interface/src/devices/TV3DManager.cpp +++ b/interface/src/devices/TV3DManager.cpp @@ -36,6 +36,8 @@ void TV3DManager::connect() { } +// The basic strategy of this stereoscopic rendering is explained here: +// http://www.orthostereo.com/geometryopengl.html void TV3DManager::setFrustum(Camera& whichCamera) { const double DTR = 0.0174532925; // degree to radians const double IOD = 0.05; //intraocular distance