donmccurdy/glTF-Transform

Weld() error when gltf contains a point primitive

Gmadges opened this issue · 1 comments

Describe the bug
When a Document contains a point primitive that is not indexed, the weld() function errors with a
error: Cannot read properties of null (reading 'getCount')

Versions:

  • Version: v3.6.0
  • Environment: Node.js

Additional context
Add any other context about the problem here.

Fixed by #1117, thanks!