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

Merge branch 'patch-1' of https://github.com/IDWMaster/three.js into dev

......@@ -530,7 +530,8 @@ THREE.ObjectLoader.prototype = {
}
}
if (data.castShadow !== undefined) object.castShadow = data.castShadow;
if (data.receiveShadow !== undefined) object.receiveShadow = data.receiveShadow;
return object;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册