Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r855 - trunk/scenes


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r855 - trunk/scenes
  • Date: Fri, 20 Jan 2006 00:28:37 -0700 (MST)

Author: abe
Date: Fri Jan 20 00:28:35 2006
New Revision: 855

Modified:
   trunk/scenes/0.cc
   trunk/scenes/cube.cc
Log:

I didn't catch the use of context.rtrt_int in these files when I renamed the 
member context.manta_interface.
M    scenes/cube.cc
M    scenes/0.cc


Modified: trunk/scenes/0.cc
==============================================================================
--- trunk/scenes/0.cc   (original)
+++ trunk/scenes/0.cc   Fri Jan 20 00:28:35 2006
@@ -150,7 +150,7 @@
       string s;
       if(!getStringArg(i, args, s))
         throw IllegalArgument("scene 0 -group", i, args);
-      group = context.rtrt_int->makeGroup(s);
+      group = context.manta_interface->makeGroup(s);
       if ( group == 0 )
         throw IllegalArgument("scene 0 -group", i, args);
     } else {

Modified: trunk/scenes/cube.cc
==============================================================================
--- trunk/scenes/cube.cc        (original)
+++ trunk/scenes/cube.cc        Fri Jan 20 00:28:35 2006
@@ -162,7 +162,7 @@
       string s;
       if(!getStringArg(i, args, s))
         throw IllegalArgument("scene 0 -bv", i, args);
-      world = context.rtrt_int->makeGroup(s);
+      world = context.manta_interface->makeGroup(s);
     } else {
       cerr << "Valid options for scene 0:\n";
       cerr << " -size n   - Sets depth of sphereflake\n";




  • [MANTA] r855 - trunk/scenes, abe, 01/20/2006

Archive powered by MHonArc 2.6.16.

Top of page