Ignore:
Timestamp:
01/19/09 20:49:54 (15 years ago)
Author:
mattausch
Message:

worked on videos - still problems with strange white pixels

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.cpp

    r3270 r3287  
    13581358 
    13591359        static char imageName[200]; 
    1360         sprintf(imageName, "%s_%05d.bmp", mSavedFrameSuffix.c_str(), mSavedFrameNumber); 
     1360        sprintf(imageName, "%s_%05d.tga", mSavedFrameSuffix.c_str(), mSavedFrameNumber); 
    13611361 
    13621362        ILstring fileName = ILstring(imageName); 
Note: See TracChangeset for help on using the changeset viewer.