pmndrs / three-stdlib

📚 Stand-alone library of threejs examples designed to run without transpilation in node & browser
https://npmjs.com/three-stdlib
MIT License
704 stars 117 forks source link

GLTFExporter never includes the buffer in JSON #312

Closed vorth closed 11 months ago

vorth commented 11 months ago

Problem description:

The bug is visible by inspection:

https://github.com/pmndrs/three-stdlib/blob/e7b3328198a764edcaf896cc7815ca3d3ba74708/src/exporters/GLTFExporter.js#L733

The onDone(json) call is performed synchronously, without waiting for the async code setting the uri.

github-actions[bot] commented 11 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: