Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r408 - branches/itanium2/fox


Chronological Thread 
  • From: khoff@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r408 - branches/itanium2/fox
  • Date: Thu, 23 Jun 2005 15:31:36 -0600 (MDT)

Author: khoff
Date: Thu Jun 23 15:31:35 2005
New Revision: 408

Modified:
   branches/itanium2/fox/FMantaQuakeNav.cc
   branches/itanium2/fox/FMantaQuakeNav.h
Log:
removed the 0.5 multiplier on turn adjustment and modified the default rotate 
stepsize

Modified: branches/itanium2/fox/FMantaQuakeNav.cc
==============================================================================
--- branches/itanium2/fox/FMantaQuakeNav.cc     (original)
+++ branches/itanium2/fox/FMantaQuakeNav.cc     Thu Jun 23 15:31:35 2005
@@ -39,7 +39,7 @@
 };
 
 void FMantaQuakeNav::turn( Real d ) { 
-       viewDirAngle += (d*0.5); 
+       viewDirAngle += d; 
 };
 
 void FMantaQuakeNav::tilt( Real d ) { 

Modified: branches/itanium2/fox/FMantaQuakeNav.h
==============================================================================
--- branches/itanium2/fox/FMantaQuakeNav.h      (original)
+++ branches/itanium2/fox/FMantaQuakeNav.h      Thu Jun 23 15:31:35 2005
@@ -59,7 +59,7 @@
                // Constructor with default options.
                FMantaQuakeNav() : allowFly( true ),
                                   translateStepSize( 0.2 ),
-                                                                             
           rotateStepSize   ( 0.75 ),
+                                                                             
           rotateStepSize   ( 0.5 ),
                                                                              
           posX( 0 ),
                                                                              
           posY( 0 ),
                                                                              
           viewDirAngle( 0.0 ),




  • [MANTA] r408 - branches/itanium2/fox, khoff, 06/23/2005

Archive powered by MHonArc 2.6.16.

Top of page