Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r1570 - trunk/UserInterface


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r1570 - trunk/UserInterface
  • Date: Fri, 27 Jul 2007 20:47:39 -0600 (MDT)

Author: abe
Date: Fri Jul 27 20:47:39 2007
New Revision: 1570

Modified:
   trunk/UserInterface/CameraPathAutomator.h
Log:

Added accessor for individual camera path control points (used for displaying 
path glyphs).

M    UserInterface/CameraPathAutomator.h


Modified: trunk/UserInterface/CameraPathAutomator.h
==============================================================================
--- trunk/UserInterface/CameraPathAutomator.h   (original)
+++ trunk/UserInterface/CameraPathAutomator.h   Fri Jul 27 20:47:39 2007
@@ -184,6 +184,12 @@
 
     inline CameraPathPerformanceVector get_performance() { return 
performance; }
 
+    // Access path control points.
+    inline BasicCameraData GetControlPoint( const unsigned index ) {
+      return BasicCameraData( eye[index], lookat[index], up[index], 0 );
+    }
+
+    
   };
 };
 




  • [MANTA] r1570 - trunk/UserInterface, abe, 07/27/2007

Archive powered by MHonArc 2.6.16.

Top of page