Explorar o código

ShaderMaterial: Added note about uniform types

Mugen87 %!s(int64=7) %!d(string=hai) anos
pai
achega
906ce13776
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      src/materials/ShaderMaterial.js

+ 2 - 0
src/materials/ShaderMaterial.js

@@ -171,6 +171,8 @@ ShaderMaterial.prototype.toJSON = function ( meta ) {
 				value: value
 			};
 
+			// note: the array variants v2v, v3v, v4v, m4v and tv are not supported so far
+
 		}
 
 	}