Changeset 1337 for GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src
- Timestamp:
- 09/11/06 22:59:40 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/src/RenderingRuns/OgreChildParticlesystemRenderingRun.cpp
r1330 r1337 123 123 124 124 static int framecount = 0; 125 String filename = "impostor ";125 String filename = "impostor_"; 126 126 filename.append(this->name); 127 127 //filename.append(StringConverter::toString(framecount)); 128 filename.append(". dds");128 filename.append(".bmp"); 129 129 //rt->writeContentsToFile(filename); 130 130 framecount++;
Note: See TracChangeset
for help on using the changeset viewer.