2
0
Эх сурвалжийг харах

GLTFLoader: Added Uint32Array support. #9205

Mr.doob 9 жил өмнө
parent
commit
e29fccdc47

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

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