Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1683 - in trunk: Model/Instances Model/Primitives scenes


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1683 - in trunk: Model/Instances Model/Primitives scenes
  • Date: Mon, 27 Aug 2007 17:22:12 -0600 (MDT)

Author: thiago
Date: Mon Aug 27 17:22:11 2007
New Revision: 1683

Removed:
   trunk/Model/Primitives/ParticleBVH.cc
   trunk/Model/Primitives/ParticleBVH.h
   trunk/scenes/ParticleBVHTest.cc
Modified:
   trunk/Model/Instances/Instance.cc
   trunk/Model/Primitives/CMakeLists.txt
   trunk/scenes/CMakeLists.txt
Log:
removed ParticleBVHTest and scene since DynBVH is faster and offers the same 
functionality.

Modified: trunk/Model/Instances/Instance.cc
==============================================================================
--- trunk/Model/Instances/Instance.cc   (original)
+++ trunk/Model/Instances/Instance.cc   Mon Aug 27 17:22:11 2007
@@ -36,6 +36,7 @@
 #include <Core/Math/MiscMath.h>
 #include <Core/Util/Preprocessor.h>
 
+#include <iostream>
 #include <sgi_stl_warnings_off.h>
 #include <sstream>
 #include <sgi_stl_warnings_on.h>

Modified: trunk/Model/Primitives/CMakeLists.txt
==============================================================================
--- trunk/Model/Primitives/CMakeLists.txt       (original)
+++ trunk/Model/Primitives/CMakeLists.txt       Mon Aug 27 17:22:11 2007
@@ -24,8 +24,6 @@
      Primitives/IsosurfaceOctreeVolume.h
      Primitives/Parallelogram.cc
      Primitives/Parallelogram.h
-     Primitives/ParticleBVH.cc
-     Primitives/ParticleBVH.h
      Primitives/Plane.cc
      Primitives/Plane.h
      Primitives/PrimitiveCommon.cc

Modified: trunk/scenes/CMakeLists.txt
==============================================================================
--- trunk/scenes/CMakeLists.txt (original)
+++ trunk/scenes/CMakeLists.txt Mon Aug 27 17:22:11 2007
@@ -26,13 +26,6 @@
    TARGET_LINK_LIBRARIES(scene_primtest ${MANTA_SCENE_LINK})
 ENDIF(SCENE_PRIMTEST)
 
-# Test different acceleration structures.
-SET(SCENE_PARTICLEBVHTEST 0 CACHE BOOL "Particle BVH Test")
-IF(SCENE_PARTICLEBVHTEST)
-   ADD_LIBRARY(scene_ParticleBVHTest ParticleBVHTest.cc)
-   TARGET_LINK_LIBRARIES(scene_ParticleBVHTest ${MANTA_SCENE_LINK})
-ENDIF(SCENE_PARTICLEBVHTEST)
-
 # octree isosurface
 SET(SCENE_OCTISOVOL 0 CACHE BOOL "octree isosurface")
 IF(SCENE_OCTISOVOL)




  • [Manta] r1683 - in trunk: Model/Instances Model/Primitives scenes, thiago, 08/27/2007

Archive powered by MHonArc 2.6.16.

Top of page