|
|
Line 21: |
Line 21: |
| == Invoking Zalman Stereo mode in COOT == | | == Invoking Zalman Stereo mode in COOT == |
|
| |
|
| Make sure "Hardware Stereo" is turned '''off'''.
| | Use the Draw > Stereo menu to select Zalman Stereo. |
| | |
| As of 0.6-pre-1 (revision 2223), you can use the Draw > Stereo menu to select Zalman Stereo. On earlier versions, there is no button for Zalman stereo mode. Instead, open up a scripting window, and issue the scheme command
| |
| | |
| (zalman-stereo-mode)
| |
| | |
| or else the python command
| |
| | |
| zalman_stereo_mode()
| |
| | |
| and you should then see a double image that looks like this:
| |
| | |
| [[Image:Double.png]]
| |
| | |
| When you put on the glasses, you should see a single image, in 3D stereo.
| |
| | |
| If things look weird, the image might be backwards, in which case, try moving the Coot window down one pixel (just move it around a bit until it looks right).
| |
| | |
| To get back to mono mode, try
| |
| | |
| (mono-mode)
| |
| | |
| or
| |
| | |
| mono_mode()
| |
|
| |
|
| == Some Potentially Useful Scripts and Tweaks == | | == Some Potentially Useful Scripts and Tweaks == |