Milton,

        To generate stereo images, you need to separately ray-trace both
the left and right-hand images using the angle option:

ray angle=-3
png image1.png
ray angle=3
png image2.png

You can then assemble the images manually to accommodate the exact
requirement for publication.

If you need higher-quality images with a higher resolution, then provide
an explicit width and height to ray:

set antialias,1
ray 2000,1500,angle=-3
png image1.png
ray 2000,1500,angle=3
png image2.png

Cheers,
Warren


--
mailto:war...@delanoscientific.com
Warren L. DeLano, Ph.D.
Principal Scientist
DeLano Scientific LLC
Voice (650)-346-1154 
Fax   (650)-593-4020

> -----Original Message-----
> From: pymol-users-ad...@lists.sourceforge.net [mailto:pymol-users-
> ad...@lists.sourceforge.net] On Behalf Of Milton H. Werner, Ph.D.
> Sent: Friday, August 01, 2003 5:51 AM
> To: pymol-users@lists.sourceforge.net
> Subject: [PyMOL] ray trace stereo
> 
> When I ray trace with the internal renderer (default renderer), my
> rendered image is not kept in stereo, but instead snaps back to mono.
> How do I get stereo ray traced images.
> 
> Also, is there a way to increase the number of passes for the
> anti-alias smoothing function--it seems a little low for ribbons
> drawings compared to, say, Mike Carson's Ribbons program.
> 
> Milton
> --
> Associate Professor and Head, Laboratory of Molecular Biophysics
> The Rockefeller University
> 1230 York Avenue, Box 42
> New York, NY  10021
> 
> 212/327-7221
> 212/327-7222 FAX
> mwer...@portugal.rockefeller.edu
> http://www.rockefeller.edu/labheads/werner/werner-lab.html
> 
> 
> -------------------------------------------------------
> This SF.Net email sponsored by: Free pre-built ASP.NET sites including
> Data Reports, E-commerce, Portals, and Forums are available now.
> Download today and enter to win an XBOX or Visual Studio .NET.
> http://aspnet.click-
> url.com/go/psa00100003ave/direct;at.aspnet_072303_01/01
> _______________________________________________
> PyMOL-users mailing list
> PyMOL-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/pymol-users


Reply via email to