mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 14:52:00 +00:00
Update readme for r_stereoEnabled and a few corrections on the other stereo cvars
This commit is contained in:
parent
3f56dffaa7
commit
7104ac42b0
1 changed files with 9 additions and 6 deletions
15
README
15
README
|
@ -156,19 +156,22 @@ New cvars
|
||||||
net_mcastiface - outgoing interface to use for scan
|
net_mcastiface - outgoing interface to use for scan
|
||||||
|
|
||||||
r_zProj - distance of observer camera to projection
|
r_zProj - distance of observer camera to projection
|
||||||
plane
|
plane in quake3 standard units
|
||||||
r_greyscale - render black and white images
|
r_greyscale - render black and white images
|
||||||
|
r_stereoEnabled - enable stereo rendering for techniques
|
||||||
|
like shutter glasses (untested)
|
||||||
r_anaglyphMode - Enable rendering of anaglyph images
|
r_anaglyphMode - Enable rendering of anaglyph images
|
||||||
red-cyan glasses: 1
|
red-cyan glasses: 1
|
||||||
red-blue: 2
|
red-blue: 2
|
||||||
red-green: 3
|
red-green: 3
|
||||||
To swap the colors for both sides just
|
To swap the colors for left and right eye
|
||||||
add 3 to the value for the wanted color
|
just add 3 to the value for the wanted
|
||||||
combination. For red-blue and red-green
|
color combination. For red-blue and
|
||||||
you probably want to enable r_greyscale.
|
red-green you probably want to enable
|
||||||
|
r_greyscale.
|
||||||
r_stereoSeparation - Control eye separation. Resulting
|
r_stereoSeparation - Control eye separation. Resulting
|
||||||
separation is r_zProj divided by this
|
separation is r_zProj divided by this
|
||||||
value.
|
value in quake3 standard units.
|
||||||
|
|
||||||
New commands
|
New commands
|
||||||
video [filename] - start video capture (use with demo command)
|
video [filename] - start video capture (use with demo command)
|
||||||
|
|
Loading…
Reference in a new issue