Explorar o código

GLTFLoader: Added Uint32Array support. #9205

Mr.doob %!s(int64=10) %!d(string=hai) anos
pai
achega
e29fccdc47
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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,
 		};
 

粤ICP备19079148号