Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r404 - branches/itanium2/fox


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r404 - branches/itanium2/fox
  • Date: Tue, 21 Jun 2005 11:47:21 -0600 (MDT)

Author: abe
Date: Tue Jun 21 11:47:20 2005
New Revision: 404

Modified:
   branches/itanium2/fox/FMantaNavigator.h
Log:
Addeded method for reseting to a camera bookmark

Modified: branches/itanium2/fox/FMantaNavigator.h
==============================================================================
--- branches/itanium2/fox/FMantaNavigator.h     (original)
+++ branches/itanium2/fox/FMantaNavigator.h     Tue Jun 21 11:47:20 2005
@@ -26,6 +26,8 @@
                virtual ~FMantaNavigator() {  };
                
                // Accessors.
+               
+               
                void setMantaInterface( RTRTInterface *manta_interface_ ) { 
manta_interface = manta_interface_; };
                void setMantaChannel  ( int manta_channel_ )  { manta_channel 
= manta_channel_; };
        
@@ -37,6 +39,7 @@
                virtual long onMouseChange   ( FXObject *sender, FXSelector 
sel, void *data ) = 0;
                
                virtual void setControlSpeed( Real new_speed ) = 0;
+               virtual void resetToCamera( const Point &eye, const Point 
&lookat, const Vector &up ) {  };
        };
 
 };




  • [MANTA] r404 - branches/itanium2/fox, abe, 06/21/2005

Archive powered by MHonArc 2.6.16.

Top of page