소스 검색

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
+
 		}
 
 	}