瀏覽代碼

GLTFLoader: Added Uint32Array support. #9205

Mr.doob 9 年之前
父節點
當前提交
e29fccdc47
共有 1 個文件被更改,包括 1 次插入0 次删除
  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,
 		};