From e515c263b3deb4bf1667d9b42a4b699152ad3f05 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 26 Dec 2004 20:40:29 +0000
Subject: [PATCH] *** empty log message ***

---
 benchmarks/misc/volviz.script | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/benchmarks/misc/volviz.script b/benchmarks/misc/volviz.script
index abc3ade9d6..a2abb5dba8 100644
--- a/benchmarks/misc/volviz.script
+++ b/benchmarks/misc/volviz.script
@@ -1,5 +1,5 @@
 
-steps=10;
+steps=20;
 
 xmin = View[0].MinX; xmax = View[0].MaxX;
 ymin = View[0].MinY; ymax = View[0].MaxY;
@@ -23,7 +23,10 @@ For z In {zmin:zmax:(zmax-zmin)/steps}
 EndFor
 */
 
-// ok to merge all three
+// ok to merge all three... But the way vis5d does it: only display
+// on of the three, depending on the view point!
+
+/*
 For x In {xmin:xmax:(xmax-xmin)/steps}
   Plugin(CutGrid).X0 = x ; Plugin(CutGrid).Y0 = ymin ; Plugin(CutGrid).Z0 = zmin ; 
   Plugin(CutGrid).X1 = x ; Plugin(CutGrid).Y1 = ymax ; Plugin(CutGrid).Z1 = zmin ; 
@@ -36,6 +39,7 @@ For y In {ymin:ymax:(ymax-ymin)/steps}
   Plugin(CutGrid).X2 = xmin ; Plugin(CutGrid).Y2 = y ; Plugin(CutGrid).Z2 = zmax ; 
   Plugin(CutGrid).Run ; 
 EndFor
+*/
 For z In {zmin:zmax:(zmax-zmin)/steps}
   Plugin(CutGrid).X0 = xmin ; Plugin(CutGrid).Y0 = ymin ; Plugin(CutGrid).Z0 = z ; 
   Plugin(CutGrid).X1 = xmax ; Plugin(CutGrid).Y1 = ymin ; Plugin(CutGrid).Z1 = z ; 
-- 
GitLab