<html><body>
<p>New issue 1205: default disparity in StereoPerspective lens doesn't show much difference between left and right <a href="https://bitbucket.org/yt_analysis/yt/issues/1205/default-disparity-in-stereoperspective">https://bitbucket.org/yt_analysis/yt/issues/1205/default-disparity-in-stereoperspective</a></p>
<p>Michael  Zingale:</p>
<p>Depending on what you are rendering, when you do a volume rendering with the lens="stereo-perspective", the left and right images do not look at all different.</p>
<p>To fix this, you need to change the disparity parameter, like:</p>
<p>``` sc.camera.lens.disparity = cam.width[0]/10.0 ```</p>
<p>this setting is 50x greater than the default, and gives a noticable left-right difference.</p>
<p>We need to figure out what a reasonable default is for the `disparity`, and also we should document this better in the volume rendering docs.</p>

<img src="http://link.bitbucket.org/wf/open?upn=JlBWjyZTyKwhM1rBKe-2BcAdFPwdECN4PBooLGVSVl7EJ2iyuJEGsjpzr9Eq72Revu-2BcL6H7InaM7tlKkyAih0BA0fS-2FKtzWb9FMF8juJhn4u6wsTlwS5qTqIgF54CpWTl-2BOb02TqhkyoZyugZoW2tDFn38xQHj0P5-2B4-2FGuCmJ7POUU18IVH6jcq-2FflJiIFSagOjTTVoODlSUiLiyH6GBYtH3XVJ18HwmMruTLvz-2FUv9M-3D" alt="" width="1" height="1" border="0" style="height:1px !important;width:1px !important;border-width:0 !important;margin-top:0 !important;margin-bottom:0 !important;margin-right:0 !important;margin-left:0 !important;padding-top:0 !important;padding-bottom:0 !important;padding-right:0 !important;padding-left:0 !important;"/>
</body></html>