three-stdlib icon indicating copy to clipboard operation
three-stdlib copied to clipboard

Fix OBJExporter error on THREE.Line<BufferGeometry>

Open Hudi304 opened this issue 8 months ago • 1 comments

Why

I negated an if so that if a THREE.Line object that is passed to the exporter and it has a geometry of type BufferGeometry the exporter does not throw an error.

Issue #412

What

I negated the condition.

Checklist

  • [ ] Documentation updated (I don't think it's relevant)
  • [ ] Storybook entry added (apologies I can not find it)
  • [x] Ready to be merged

Hudi304 avatar Mar 13 '25 10:03 Hudi304

This pull request is automatically built and testable in CodeSandbox.

To see build info of the built libraries, click here or the icon next to each commit SHA.

codesandbox-ci[bot] avatar Mar 13 '25 10:03 codesandbox-ci[bot]