Explorar o código

Examples: Clean up

Mugen87 %!s(int64=6) %!d(string=hai) anos
pai
achega
ea79559f11
Modificáronse 2 ficheiros con 0 adicións e 6 borrados
  1. 0 3
      examples/js/objects/Reflector.js
  2. 0 3
      examples/jsm/objects/Reflector.js

+ 0 - 3
examples/js/objects/Reflector.js

@@ -196,17 +196,14 @@ THREE.Reflector.ReflectorShader = {
 	uniforms: {
 	uniforms: {
 
 
 		'color': {
 		'color': {
-			type: 'c',
 			value: null
 			value: null
 		},
 		},
 
 
 		'tDiffuse': {
 		'tDiffuse': {
-			type: 't',
 			value: null
 			value: null
 		},
 		},
 
 
 		'textureMatrix': {
 		'textureMatrix': {
-			type: 'm4',
 			value: null
 			value: null
 		}
 		}
 
 

+ 0 - 3
examples/jsm/objects/Reflector.js

@@ -212,17 +212,14 @@ Reflector.ReflectorShader = {
 	uniforms: {
 	uniforms: {
 
 
 		'color': {
 		'color': {
-			type: 'c',
 			value: null
 			value: null
 		},
 		},
 
 
 		'tDiffuse': {
 		'tDiffuse': {
-			type: 't',
 			value: null
 			value: null
 		},
 		},
 
 
 		'textureMatrix': {
 		'textureMatrix': {
-			type: 'm4',
 			value: null
 			value: null
 		}
 		}