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

Merge pull request #16735 from pairote/fix-missing-assign-extras-to-userdata-from-top-level-gltf

GLTFLoader: Assign `extras` from the top-level of glTF definition to `userData` of the result object
......@@ -1578,6 +1578,8 @@ THREE.GLTFLoader = ( function () {
addUnknownExtensionsToUserData( extensions, result, json );
assignExtrasToUserData( result, json );
onLoad( result );
} ).catch( onError );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册