Skip to content

Commit

Permalink
Update parser.js
Browse files Browse the repository at this point in the history
  • Loading branch information
drcmda authored Dec 21, 2023
1 parent d11f795 commit 6628770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ function parse(gltf, { fileName = 'model', ...options } = {}) {
${materials.map(({ name, type }) => (isVarName(name) ? name : `['${name}']`) + ': THREE.' + type).join(',')}
}
animations: GLTFAction[]
}\n${animationTypes}`
}\n${animationTypes}\n${contextType}`
}

function getType(obj) {
Expand Down

0 comments on commit 6628770

Please sign in to comment.