Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r823 - branches/vertical/StandAlone


Chronological Thread 
  • From: sparker@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r823 - branches/vertical/StandAlone
  • Date: Thu, 5 Jan 2006 13:40:31 -0700 (MST)

Author: sparker
Date: Thu Jan  5 13:40:31 2006
New Revision: 823

Modified:
   branches/vertical/StandAlone/manta.cc
Log:
Also allow -autoview in addition to -bbcamera to adjust initial view


Modified: branches/vertical/StandAlone/manta.cc
==============================================================================
--- branches/vertical/StandAlone/manta.cc       (original)
+++ branches/vertical/StandAlone/manta.cc       Thu Jan  5 13:40:31 2006
@@ -182,7 +182,7 @@
           printList(cerr, rtrt->listCameras());
           exit(1);
         }
-      } else if(arg == "-bbcamera"){
+      } else if(arg == "-bbcamera" || arg == "-autoview"){
         compute_bb_camera = true;
       } else if(arg == "-idlemode"){
         string s;




  • [MANTA] r823 - branches/vertical/StandAlone, sparker, 01/05/2006

Archive powered by MHonArc 2.6.16.

Top of page