From 213b4e6ee6e7e9f2465eb12ed7877cb901aedb33 Mon Sep 17 00:00:00 2001 From: Andrzej Kapolka Date: Tue, 16 Sep 2014 17:53:40 -0700 Subject: [PATCH] Removed testing code. --- libraries/fbx/src/FBXReader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } } }