2
0
Pascal Häusler 7 жил өмнө
parent
commit
263b82b81e

+ 1 - 1
examples/js/loaders/GLTFLoader.js

@@ -714,7 +714,7 @@ THREE.GLTFLoader = ( function () {
 			// Here's based on refreshUniformsCommon() and refreshUniformsStandard() in WebGLRenderer.
 			// Here's based on refreshUniformsCommon() and refreshUniformsStandard() in WebGLRenderer.
 			refreshUniforms: function ( renderer, scene, camera, geometry, material, group ) {
 			refreshUniforms: function ( renderer, scene, camera, geometry, material, group ) {
 
 
-				if ( material.isGLTFSpecularGlossinessMaterial !== true) {
+				if ( material.isGLTFSpecularGlossinessMaterial !== true ) {
 
 
 					return;
 					return;