Browse Source

GLTFLoader: Added Uint32Array support. #9205

Mr.doob 9 năm trước cách đây
mục cha
commit
e29fccdc47
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      examples/js/loaders/GLTFLoader.js

+ 1 - 0
examples/js/loaders/GLTFLoader.js

@@ -102,6 +102,7 @@ THREE.GLTFLoader.prototype = {
 			5121: Uint8Array,
 			5122: Int16Array,
 			5123: Uint16Array,
+			5125: Uint32Array,
 			5126: Float32Array,
 		};