Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r301 - trunk/scenes


Chronological Thread 
  • From: bigler@sci.utah.edu
  • To: rtrt@sci.utah.edu
  • Subject: [MANTA] r301 - trunk/scenes
  • Date: Thu, 12 May 2005 17:18:00 -0600 (MDT)

Author: bigler
Date: Thu May 12 17:18:00 2005
New Revision: 301

Modified:
   trunk/scenes/primtest.cc
Log:
Default model should be sphere not ply.

Modified: trunk/scenes/primtest.cc
==============================================================================
--- trunk/scenes/primtest.cc    (original)
+++ trunk/scenes/primtest.cc    Thu May 12 17:18:00 2005
@@ -52,7 +52,7 @@
   double texscale = 20;
   int numx = 8;
   int numy = 8;
-  string primtype = "ply";
+  string primtype = "sphere";
   string material = "redphong";
   string arraytype = "spin";
   string modelName = 
"/usr/sci/data/Geometry/Stanford_Sculptures/bun_zipper_res4.ply";





Archive powered by MHonArc 2.6.16.

Top of page