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

Merge pull request #8429 from tparisi/dev

Dev - trying shininess hack for #8381
......@@ -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.
先完成此消息的编辑!
想要评论请 注册