Browse Source

ltc to undefined

sunag 6 years ago
parent
commit
5990dce0cf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      examples/js/nodes/materials/nodes/StandardNode.js

+ 2 - 2
examples/js/nodes/materials/nodes/StandardNode.js

@@ -46,8 +46,8 @@ StandardNode.prototype.build = function ( builder ) {
 
 			// add ltc data textures to material uniforms
 
-			builder.uniforms.ltc_1 = { value: THREE.UniformsLib.LTC_1 };
-			builder.uniforms.ltc_2 = { value: THREE.UniformsLib.LTC_2 };
+			builder.uniforms.ltc_1 = { value: undefined };
+			builder.uniforms.ltc_2 = { value: undefined };
 
 		}