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

GLTFExporter empy export

Open mordv opened this issue 4 years ago • 6 comments

  • three version: 0.134.0
  • three-stdlib version: 2.5.10

Problem description:

GLTFExporter from three-stdlib results in empty export.

Relevant code:

https://codesandbox.io/s/exporter-9zlzn?file=/src/index.js:575-703

mordv avatar Nov 26 '21 12:11 mordv

Any updates on this? Currently experiencing the same problem

AndreiCBogdan avatar Mar 31 '22 15:03 AndreiCBogdan

Same. Guess I'll try the one from the Three.js directory and see if that works.

mysterybear avatar Jul 12 '22 17:07 mysterybear

Yep this one works https://github.com/mrdoob/three.js/blob/master/examples/jsm/exporters/GLTFExporter.js

mysterybear avatar Jul 12 '22 17:07 mysterybear

@mysterybear could you update/pr ?

drcmda avatar Jul 12 '22 19:07 drcmda

@drcmda yeah I'll try today

mysterybear avatar Jul 13 '22 09:07 mysterybear

Hi @drcmda I've put a draft up here https://github.com/pmndrs/three-stdlib/pull/167 it's not ready yet, I'm just blocked on some things, I've written in the comments/conversation, cheers!

mysterybear avatar Jul 13 '22 12:07 mysterybear

:tada: This issue has been resolved in version 2.22.10 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] avatar May 26 '23 19:05 github-actions[bot]