提交 451125fb 编写于 作者: M Mr.doob

glTFLoader: Removed hack. See #10024.

上级 dff3b9fd
......@@ -1063,9 +1063,6 @@ THREE.glTFLoader.prototype.load = function( url, callback ) {
params.color = RgbArraytoHex(diffuseColor);
params.opacity = opacity;
params.transparent = opacity < 1.0;
// hack hack hack
if (params.map && params.map.sourceFile.toLowerCase().indexOf(".png") != -1)
params.transparent = true;
if (!(shininess === undefined))
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册