Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2277 - trunk/scenes


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2277 - trunk/scenes
  • Date: Fri, 30 May 2008 07:06:56 -0600 (MDT)

Author: bigler
Date: Fri May 30 07:06:55 2008
New Revision: 2277

Modified:
   trunk/scenes/volumeTest.cc
Log:
scenes/volumeTest.cc

  Removed extra metersPerUnit parameter that no longer exists in the 
constructor
  for Volume.  Dart actually emailed me about this one.


Modified: trunk/scenes/volumeTest.cc
==============================================================================
--- trunk/scenes/volumeTest.cc  (original)
+++ trunk/scenes/volumeTest.cc  Fri May 30 07:06:55 2008
@@ -229,7 +229,7 @@
 
 
 cMap->scaleAlphas(t_inc);
- Volume<float>* mat = new Volume<float>(loadNRRDToGrid<float>(volFile), 
cMap, BBox(minBound, maxBound), t_inc, 10.0, depth, dataMin, dataMax);
+ Volume<float>* mat = new Volume<float>(loadNRRDToGrid<float>(volFile), 
cMap, BBox(minBound, maxBound), t_inc, depth, dataMin, dataMax);
         //double min, max;
         //mat->getMinMax(&min, &max);
         //cmap2->setMinMax(min, max);


  • [Manta] r2277 - trunk/scenes, James Bigler, 05/30/2008

Archive powered by MHonArc 2.6.16.

Top of page