Doc tweaks [ci skip]

This commit is contained in:
Stinkfist0
2017-02-24 16:46:14 +02:00
committed by Thomas Krijnen
parent b058647d46
commit 06c1ea9d2c
4 changed files with 25 additions and 21 deletions
+1
View File
@@ -338,6 +338,7 @@ void ColladaSerializer::ColladaExporter::endDocument() {
geometries.close();
for (std::vector<DeferredObject>::const_iterator it = deferreds.begin(); it != deferreds.end(); ++it) {
const std::string object_name = it->unique_id;
/// @todo redundant information using ID as both ID and Name, maybe omit Name or allow specifying what would be used as the name
scene.add(object_name, object_name, it->representation_id, it->material_references, it->matrix);
}
scene.write();