Manta Interactive Ray Tracer Development Mailing List

Text archives Help


[Manta] r1941 - trunk/Engine/Display


Chronological Thread 
  • From: abe@sci.utah.edu
  • To: manta@sci.utah.edu
  • Subject: [Manta] r1941 - trunk/Engine/Display
  • Date: Fri, 21 Dec 2007 13:11:38 -0700 (MST)

Author: abe
Date: Fri Dec 21 13:11:37 2007
New Revision: 1941

Modified:
   trunk/Engine/Display/FileDisplay.cc
Log:

Added missing initialize to constructor (fixes timestamp based filenames).

M    Engine/Display/FileDisplay.cc


Modified: trunk/Engine/Display/FileDisplay.cc
==============================================================================
--- trunk/Engine/Display/FileDisplay.cc (original)
+++ trunk/Engine/Display/FileDisplay.cc Fri Dec 21 13:11:37 2007
@@ -114,9 +114,11 @@
   file_number( offset_ ),
   skip_frames( skip_ ),
   prefix( prefix_ ),
+  doFrameCount( true ),
   type_extension( type_ ),
   init_time( Time::currentSeconds() ),
   use_timestamp( use_timestamp_ )
+
 {
 
   // Determine which writer to use.




  • [Manta] r1941 - trunk/Engine/Display, abe, 12/21/2007

Archive powered by MHonArc 2.6.16.

Top of page