[Yt-svn] yt-commit r1724 - trunk/yt/extensions/volume_rendering

mturk at wrangler.dreamhost.com mturk at wrangler.dreamhost.com
Wed May 19 16:27:02 PDT 2010


Author: mturk
Date: Wed May 19 16:27:01 2010
New Revision: 1724
URL: http://yt.enzotools.org/changeset/1724

Log:
Supply a default of 0.005, which according to my remote, stereo-testers is
about optimal for now.  :)



Modified:
   trunk/yt/extensions/volume_rendering/camera.py

Modified: trunk/yt/extensions/volume_rendering/camera.py
==============================================================================
--- trunk/yt/extensions/volume_rendering/camera.py	(original)
+++ trunk/yt/extensions/volume_rendering/camera.py	Wed May 19 16:27:01 2010
@@ -135,7 +135,7 @@
             yield self.snapshot()
 
 class StereoPairCamera(Camera):
-    def __init__(self, original_camera, relative_separation):
+    def __init__(self, original_camera, relative_separation = 0.005):
         self.original_camera = original_camera
         self.relative_separation = relative_separation
 



More information about the yt-svn mailing list