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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user