Pārlūkot izejas kodu

ShaderMaterial: Added note about uniform types

Mugen87 7 gadi atpakaļ
vecāks
revīzija
906ce13776
1 mainītis faili ar 2 papildinājumiem un 0 dzēšanām
  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
+
 		}
 
 	}