From a1757f0abe8b9780d4c85415bc0fc9af1af31ff2 Mon Sep 17 00:00:00 2001 From: thilo Date: Sun, 27 Apr 2008 17:32:14 +0000 Subject: - Implement stereo rendering with anaglyph images. - Add r_greyscale for black&white rendering git-svn-id: svn://svn.icculus.org/quake3/trunk@1328 edf5b092-35ff-0310-97b2-ce42778d08ea --- README | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index affde4c..bb9a569 100644 --- a/README +++ b/README @@ -154,7 +154,21 @@ New cvars net_mcast6addr - multicast address to use for scanning for ipv6 servers on the local network net_mcastiface - outgoing interface to use for scan - + + r_zProj - distance of observer camera to projection + plane + r_greyscale - render black and white images + r_anaglyphMode - Enable rendering of anaglyph images + red-cyan glasses: 1 + red-blue: 2 + red-green: 3 + To swap the colors for both sides just + add 3 to the value for the wanted color + combination. For red-blue and red-green + you probably want to enable r_greyscale. + r_stereoSeparation - Control eye separation. Resulting + separation is r_zProj divided by this + value. New commands video [filename] - start video capture (use with demo command) -- cgit v1.2.3