提交 4a13b34e 编写于 作者: T Takahiro

GLTFLoader: Fix typo

上级 1d14b574
......@@ -2567,7 +2567,7 @@ THREE.GLTFLoader = ( function () {
if ( useVertexColors || useFlatShading || useSkinning || useMorphTargets ) {
material = material.isGLTFSpecularGlossinessMaterial
? extensions[ EXTENSIONS.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS ].cloneMaterial( materials )
? extensions[ EXTENSIONS.KHR_MATERIALS_PBR_SPECULAR_GLOSSINESS ].cloneMaterial( material )
: material.clone();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册