Skip to content

Commit

Permalink
fix: Bypass the error: MESH_PRIMITIVE_TOO_FEW_TEXCOORDS when importin…
Browse files Browse the repository at this point in the history
…g models (#1022)
  • Loading branch information
cyaiox authored Oct 24, 2024
1 parent c070ea9 commit 065d563
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const ACCEPTED_FILE_TYPES = {
'video/mp4': ['.mp4']
}

const IGNORED_ERROR_CODES = ['ACCESSOR_WEIGHTS_NON_NORMALIZED']
const IGNORED_ERROR_CODES = ['ACCESSOR_WEIGHTS_NON_NORMALIZED', 'MESH_PRIMITIVE_TOO_FEW_TEXCOORDS']

interface PropTypes {
onSave(): void
Expand Down

0 comments on commit 065d563

Please sign in to comment.