Removed testing code.

This commit is contained in:
Andrzej Kapolka 2014-09-16 17:53:40 -07:00
parent fbd1efad81
commit 213b4e6ee6

View file

@ -1309,7 +1309,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping)
material.shininess = property.properties.at(index).value<double>();
} else if (property.properties.at(0) == "Opacity") {
material.opacity = 0.5f; // property.properties.at(index).value<double>();
material.opacity = property.properties.at(index).value<double>();
}
}
}