浏览代码

ShaderMaterial: Added note about uniform types

Mugen87 7 年之前
父节点
当前提交
906ce13776
共有 1 个文件被更改,包括 2 次插入0 次删除
  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
+
 		}
 
 	}