Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[MANTA] r627 - branches/itanium2/fox


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [MANTA] r627 - branches/itanium2/fox
  • Date: Fri, 14 Oct 2005 16:59:54 -0600 (MDT)

Author: abe
Date: Fri Oct 14 16:59:52 2005
New Revision: 627

Modified:
   branches/itanium2/fox/FMantaRecorder.cc
Log:

Code drop for IEEE Visualization 2005

M    fox/FMantaRecorder.cc


Modified: branches/itanium2/fox/FMantaRecorder.cc
==============================================================================
--- branches/itanium2/fox/FMantaRecorder.cc     (original)
+++ branches/itanium2/fox/FMantaRecorder.cc     Fri Oct 14 16:59:52 2005
@@ -108,6 +108,7 @@
   play_start_spinner->setIncrement( 1 );
   play_start_spinner->disable();
   play_last_spinner = new FXSpinner( frame, 5 );
+  play_last_spinner->setRange( 1, 1000 );
   play_last_spinner->setIncrement( 1 );
   play_last_spinner->disable();
 
@@ -228,7 +229,7 @@
       play_start_spinner->setRange( 1, total_points );
       play_start_spinner->enable();
 
-      play_last_spinner->setValue( last );
+      play_last_spinner->setValue( total_points );
       play_last_spinner->setRange( 1, total_points );
       play_last_spinner->enable();
 
@@ -254,6 +255,7 @@
   int start = play_start_spinner->getValue();
   int last  = play_last_spinner->getValue();
   automator->set_interval( start, last );
+  automator->set_sync_frames( 0 );
 
   if (play_loop_check->getCheck()) {
     automator->set_loop_behavior( CameraPathAutomator::PATH_LOOP );




  • [MANTA] r627 - branches/itanium2/fox, abe, 10/14/2005

Archive powered by MHonArc 2.6.16.

Top of page