diff --git a/libraries/fbx/src/FBXReader.cpp b/libraries/fbx/src/FBXReader.cpp index d46339efb7..7d32d97752 100644 --- a/libraries/fbx/src/FBXReader.cpp +++ b/libraries/fbx/src/FBXReader.cpp @@ -1309,7 +1309,7 @@ FBXGeometry extractFBXGeometry(const FBXNode& node, const QVariantHash& mapping) material.shininess = property.properties.at(index).value(); } else if (property.properties.at(0) == "Opacity") { - material.opacity = 0.5f; // property.properties.at(index).value(); + material.opacity = property.properties.at(index).value(); } } }