Browse Source

Fix GLTFExporter MAT3 accessor support (#25426)

pmjo 2 years ago
parent
commit
9e9466d0cb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      examples/jsm/exporters/GLTFExporter.js

+ 1 - 0
examples/jsm/exporters/GLTFExporter.js

@@ -1095,6 +1095,7 @@ class GLTFWriter {
 			2: 'VEC2',
 			3: 'VEC3',
 			4: 'VEC4',
+			9: 'MAT3',
 			16: 'MAT4'
 
 		};