[cig-commits] r11382 - short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs

brad at geodynamics.org brad at geodynamics.org
Fri Mar 7 18:16:40 PST 2008


Author: brad
Date: 2008-03-07 18:16:40 -0800 (Fri, 07 Mar 2008)
New Revision: 11382

Modified:
   short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_mesh.py
Log:
Improved rendering.

Modified: short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_mesh.py
===================================================================
--- short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_mesh.py	2008-03-08 02:16:10 UTC (rev 11381)
+++ short/3D/PyLith/benchmarks/trunk/quasistatic/reversenog/figs/plot_mesh.py	2008-03-08 02:16:40 UTC (rev 11382)
@@ -32,10 +32,13 @@
 
     surf = Surface()
     script.add_module(surf)
+    surf.actor.property.color = (0,1,0)
     
     surf = Surface()
     script.add_module(surf)
+    surf.actor.property.representation = 'wireframe'
     
+    
     import vtk_geometry
     vtk_geometry.setCamera(script.engine.current_scene.scene.camera)
     return



More information about the cig-commits mailing list