Added support to slideshow3D for -s commandline option allow the size of

the display to be specified.

Also implementaited some code for display position and speed info in
osgProducer::Viewer, not fully implemented yet.
This commit is contained in:
Robert Osfield
2003-11-04 16:38:10 +00:00
parent 8ed0f3ea95
commit 54a8ea33ce
9 changed files with 137 additions and 27 deletions

View File

@@ -715,8 +715,8 @@ bool createWorld(const std::string& inputFile, const std::string& baseName, cons
bool doBumpMapping = true;
int bumpMapSizeWidth = 4097;
int bumpMapSizeHeight = 4097;
int bumpMapSizeWidth = 1024;
int bumpMapSizeHeight = 1024;
// int bumpMapSizeWidth = 512;
// int bumpMapSizeHeight = 512;