Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1706 - trunk/scenes


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1706 - trunk/scenes
  • Date: Mon, 3 Sep 2007 13:53:35 -0600 (MDT)

Author: thiago
Date: Mon Sep  3 13:53:34 2007
New Revision: 1706

Modified:
   trunk/scenes/primtest.cc
Log:
Triangle class no longer exists

Modified: trunk/scenes/primtest.cc
==============================================================================
--- trunk/scenes/primtest.cc    (original)
+++ trunk/scenes/primtest.cc    Mon Sep  3 13:53:34 2007
@@ -36,7 +36,6 @@
 #include <Model/Primitives/Hemisphere.h>
 #include <Model/Primitives/Parallelogram.h>
 #include <Model/Primitives/Sphere.h>
-#include <Model/Primitives/Triangle.h>
 #include <Model/Primitives/SuperEllipsoid.h>
 #include <Model/Primitives/Heightfield.h>
 #include <Model/Primitives/WaldTriangle.h>
@@ -145,7 +144,7 @@
     Vector anchor(-scale-1./max, -scale-1./max, -1.5/max);
     Vector v1(scale*2+2./max, 0, 0);
     Vector v2(0, scale*2+2./max, 0);
-#if 1
+#if 0
     group->add(new Triangle(bgmatl, anchor, anchor+v1, anchor+v2));
     group->add(new Triangle(bgmatl, anchor+v1+v2, anchor+v2, anchor+v1));
 #else
@@ -550,7 +549,7 @@
     Vector anchor(-scale-1./max, -scale-1./max, -1.5/max);
     Vector v1(scale*2+2./max, 0, 0);
     Vector v2(0, scale*2+2./max, 0);
-#if 1
+#if 0
     group->add(new Triangle(bgmatl, anchor, anchor+v1, anchor+v2));
     group->add(new Triangle(bgmatl, anchor+v1+v2, anchor+v2, anchor+v1));
 #else




  • [Manta] r1706 - trunk/scenes, thiago, 09/03/2007

Archive powered by MHonArc 2.6.16.

Top of page