Changeset 6385 for code/branches/presentation2/src/libraries/core
- Timestamp:
- Dec 21, 2009, 12:49:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/libraries/core/GraphicsManager.cc
r6313 r6385 441 441 assert(this->renderWindow_); 442 442 443 this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tiff"); 443 this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".png"); 444 this->renderWindow_->writeContentsToTimestampedFile(PathConfig::getLogPathString() + "screenShot_", ".tif"); 444 445 } 445 446 }
Note: See TracChangeset
for help on using the changeset viewer.