> I am having a small problem creating stereo figures, probably a syntax
> problem.
> Using this set of commands returns an image that looks great in
stereo,
> but is
> only 640X480 (default window size)

Currently you're ray tracing twice...

> ray 2000,2000
> ray angle=-3

should be 

ray 2000,2000,angle-3

> png image_left.png
> 
> ray 2000,2000
> ray angle=3

and

ray 2000,2000,angle=3

> png image_right.png

Cheers,
Warren



Reply via email to