Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r402 - branches/itanium2/fox


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

Author: khoff
Date: Tue Jun 21 11:42:04 2005
New Revision: 402

Modified:
   branches/itanium2/fox/FMantaWindow.cc
Log:
updated default slider settings

Modified: branches/itanium2/fox/FMantaWindow.cc
==============================================================================
--- branches/itanium2/fox/FMantaWindow.cc       (original)
+++ branches/itanium2/fox/FMantaWindow.cc       Tue Jun 21 11:42:04 2005
@@ -85,7 +85,7 @@
        
        // Control speed.
        speed_slider = new FXRealSlider( left_controls, this, 
ID_SPEED_SLIDER, REALSLIDER_VERTICAL|LAYOUT_FILL_Y );
-       speed_slider->setRange( 0.001, 5.0 );
+       speed_slider->setRange( 0.001, 1.0 );
        
        // Camera bookmarks.
        frame = new FXHorizontalFrame( viewers, LAYOUT_FILL_X );




  • [MANTA] r402 - branches/itanium2/fox, khoff, 06/21/2005

Archive powered by MHonArc 2.6.16.

Top of page