|
@@ -537,7 +537,7 @@ void LWOImporter::GenerateNodeGraph(std::map<uint16_t,aiNode*>& apcNodes)
|
|
|
root->mName.Set("<LWORoot>");
|
|
|
|
|
|
//Set parent of all children, inserting pivots
|
|
|
- std::cout << "Set parent of all children" << std::endl;
|
|
|
+ //std::cout << "Set parent of all children" << std::endl;
|
|
|
std::map<uint16_t, aiNode*> mapPivot;
|
|
|
for (std::map<uint16_t,aiNode*>::iterator itapcNodes = apcNodes.begin(); itapcNodes != apcNodes.end(); ++itapcNodes) {
|
|
|
|
|
@@ -569,7 +569,7 @@ void LWOImporter::GenerateNodeGraph(std::map<uint16_t,aiNode*>& apcNodes)
|
|
|
}
|
|
|
|
|
|
//Merge pivot map into node map
|
|
|
- std::cout << "Merge pivot map into node map" << std::endl;
|
|
|
+ //std::cout << "Merge pivot map into node map" << std::endl;
|
|
|
for (std::map<uint16_t, aiNode*>::iterator itMapPivot = mapPivot.begin(); itMapPivot != mapPivot.end(); ++itMapPivot) {
|
|
|
apcNodes[itMapPivot->first] = itMapPivot->second;
|
|
|
}
|