提交 6663990f 编写于 作者: T Tony Parisi

Trying shininess hack for Windows bug

上级 a2a64b43
......@@ -1039,7 +1039,7 @@ THREE.glTFLoader.prototype.load = function( url, callback ) {
if (!(shininess === undefined))
{
params.shininess = shininess;
params.shininess = Math.max( shininess, 1e-4 );
}
delete params.ambient;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册