Kupoman / blendergltf

A glTF exporter for Blender
Apache License 2.0
319 stars 49 forks source link

Re-implement streaming support #117

Closed Moguri closed 5 years ago

Moguri commented 6 years ago

With glTF 2.0, we've lost streaming support. It looks like glTF 1.0 also no longer works for streaming due to the new reference system (e.g., we cannot update an object without updating the mesh too). This issue is to track discussion on a more formal streaming API for blendergltf. We'll need to figure out:

Moguri commented 5 years ago

The BRTE project is now defunct, and BlenderPanda (the only known user of BRTE) no longer streams partial updates. I am closing this issue since I am the one that opened it, and I no longer need it. If anyone else is interested in this feature, we can re-open this issue.