Say which ocean tile we generated.
This commit is contained in:
parent
f205e918d9
commit
3880e4ef47
@ -393,7 +393,7 @@ struct ReaderWriterSTG::_ModelBin {
|
||||
terrainGroup->addChild(node.get());
|
||||
}
|
||||
} else {
|
||||
SG_LOG(SG_TERRAIN, SG_INFO, " Generating ocean tile");
|
||||
SG_LOG(SG_TERRAIN, SG_INFO, " Generating ocean tile: " << bucket.gen_base_path() << "/" << bucket.gen_index_str());
|
||||
|
||||
osg::Node* node = SGOceanTile(bucket, options->getMaterialLib());
|
||||
if (node) {
|
||||
|
Loading…
Reference in New Issue
Block a user