mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:44:21 +02:00
Removed testing code.
This commit is contained in:
parent
fbd1efad81
commit
213b4e6ee6
1 changed files with 1 additions and 1 deletions
|
@ -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>();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue