Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r2278 - trunk/StandAlone


Chronological Thread 
  • From: "James Bigler" <bigler@cs.utah.edu>
  • To: manta@sci.utah.edu
  • Subject: [Manta] r2278 - trunk/StandAlone
  • Date: Fri, 30 May 2008 07:24:12 -0600 (MDT)

Author: bigler
Date: Fri May 30 07:24:12 2008
New Revision: 2278

Modified:
   trunk/StandAlone/CMakeLists.txt
Log:
StandAlone/CMakeLists.txt

  Use a maxdepth of 2 for our Cornell Box test.  Prior to revision 2253 the 
path
  tracer overrode the max depth to 2.  Thiago removed that restriction and all
  the test scene numbers shot through the roof.  This should bring it back 
down
  to normal.


Modified: trunk/StandAlone/CMakeLists.txt
==============================================================================
--- trunk/StandAlone/CMakeLists.txt     (original)
+++ trunk/StandAlone/CMakeLists.txt     Fri May 30 07:24:12 2008
@@ -36,7 +36,7 @@
   MACRO(ADD_CORNELL_BOX_PATH_TRACED NP)
     # We could changed the resolution to try and make each benchmark take the
     # same amount of time per test.
-    ADD_NP_TEST(${NP} CornellBoxPathTraced_NP${NP} 
${CMAKE_BINARY_DIR}/bin/manta -np ${NP} -res 128x128 -scene 
"${CMAKE_SOURCE_DIR}/scenes/cornell_box.rtml" -renderer pathtracer 
${IMAGE_TRAVERSER_ARG} -nodisplaybench-dart 10000 10)
+    ADD_NP_TEST(${NP} CornellBoxPathTraced_NP${NP} 
${CMAKE_BINARY_DIR}/bin/manta -np ${NP} -res 128x128 -maxdepth 2 -scene 
"${CMAKE_SOURCE_DIR}/scenes/cornell_box.rtml" -renderer pathtracer 
${IMAGE_TRAVERSER_ARG} -nodisplaybench-dart 10000 10)
   ENDMACRO(ADD_CORNELL_BOX_PATH_TRACED)
   ADD_CORNELL_BOX_PATH_TRACED(1)
   ADD_CORNELL_BOX_PATH_TRACED(2)


  • [Manta] r2278 - trunk/StandAlone, James Bigler, 05/30/2008

Archive powered by MHonArc 2.6.16.

Top of page