Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r295 - trunk/Model


Chronological Thread 
  • From: thiago@sci.utah.edu
  • To: rtrt@sci.utah.edu
  • Subject: [MANTA] r295 - trunk/Model
  • Date: Thu, 12 May 2005 14:57:05 -0600 (MDT)

Author: thiago
Date: Thu May 12 14:57:05 2005
New Revision: 295

Modified:
   trunk/Model/CMakeLists.txt
Log:
This should correctly load vertex data. To run, use option "ply" in primtest. 
Use -model and a path to a ply file if you want something other than the 
simplified bunny

Modified: trunk/Model/CMakeLists.txt
==============================================================================
--- trunk/Model/CMakeLists.txt  (original)
+++ trunk/Model/CMakeLists.txt  Thu May 12 14:57:05 2005
@@ -9,6 +9,7 @@
 INCLUDE (TexCoordMappers/CMakeLists.txt)
 INCLUDE (Instances/CMakeLists.txt)
 INCLUDE (MiscObjects/CMakeLists.txt)
+INCLUDE (Readers/CMakeLists.txt)
 
 ADD_LIBRARY (Manta_Model
              ${Manta_AmbientLights_SRCS}
@@ -21,6 +22,7 @@
              ${Manta_TexCoordMappers_SRCS}
              ${Manta_Instances_SRCS}
              ${Manta_MiscObjects_SRCS}
+            ${Manta_Readers_SRCS}
              )
 
 TARGET_LINK_LIBRARIES(Manta_Model Manta_Interface Manta_Core)




  • [MANTA] r295 - trunk/Model, thiago, 05/12/2005

Archive powered by MHonArc 2.6.16.

Top of page