diff options
author | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-27 17:32:14 +0000 |
---|---|---|
committer | thilo <thilo@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2008-04-27 17:32:14 +0000 |
commit | a1757f0abe8b9780d4c85415bc0fc9af1af31ff2 (patch) | |
tree | a84aba4e58244abb55e324cda0fdd04774ce1cca /README | |
parent | 7eec87380d6b4bbf0ffa4f8ea258b8853c0428bc (diff) | |
download | ioquake3-aero-a1757f0abe8b9780d4c85415bc0fc9af1af31ff2.tar.gz ioquake3-aero-a1757f0abe8b9780d4c85415bc0fc9af1af31ff2.zip |
- 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
Diffstat (limited to 'README')
-rw-r--r-- | README | 16 |
1 files changed, 15 insertions, 1 deletions
@@ -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) |