posted 01-12- 09:42 PM
Michael,If it helps these are the messages that OPStudio will spit out and what they mean:
"CSMModel : Using super texture : "./media/terrain/dover/textures/superTexture""
Means that the model recognizes that it uses superTextures and that the option is turned on to use them
"CSMTexture : Unable to load "./media/terrain/dover/textures/texture.tiff""
Means that it tried to load the named texture but failed for some reason. The most likely reason is because the file doesn't exist but it could be a file lock or even a invalid format.
If you get something like
"CSMTexture : Unable to load "./media/terrain/dover/textures/superTexture""
This means that the option to use super textures is turned off, and becuase OPS just assumes the texture name pointed to by the texid is valid, but instead it is just the superTexture prefix, it will try to load it and fail and generate this message.
If you get something like
"CSMTexture : Unable to load "./media/terrain/dover/textures/superTexture001.tif""
This means that OPS is using Super Textures correctly but it was unable to open the named file.
Bryan