未验证 提交 d7e82672 编写于 作者: M Mr.doob 提交者: GitHub

Merge pull request #13327 from selimbek/patch-1

Fix for GLTFExporter.js
......@@ -241,7 +241,7 @@ THREE.GLTFExporter.prototype = {
} else if ( componentType === WEBGL_CONSTANTS.UNSIGNED_INT ) {
dataView.setUint8( offset, value, true );
dataView.setUint32( offset, value, true );
} else if ( componentType === WEBGL_CONSTANTS.UNSIGNED_SHORT ) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册