Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r460 - branches/itanium2/scenes


Chronological Thread 
  • From: hansong@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r460 - branches/itanium2/scenes
  • Date: Fri, 29 Jul 2005 20:06:57 -0600 (MDT)

Author: hansong
Date: Fri Jul 29 20:06:56 2005
New Revision: 460

Modified:
   branches/itanium2/scenes/volume.cc
Log:
change brick size

Modified: branches/itanium2/scenes/volume.cc
==============================================================================
--- branches/itanium2/scenes/volume.cc  (original)
+++ branches/itanium2/scenes/volume.cc  Fri Jul 29 20:06:56 2005
@@ -94,7 +94,7 @@
        Group *group = new Group();
 
        VolumeGrid<unsigned char> *vg = new VolumeGrid<unsigned char>;
-       vg->load(file_name.c_str(), 32, false, 0);
+       vg->load(file_name.c_str(), 128, false, 0);
        group->add(vg);
 
        TransferFunction *tf = new TransferFunction();




  • [MANTA] r460 - branches/itanium2/scenes, hansong, 07/29/2005

Archive powered by MHonArc 2.6.16.

Top of page