BabylonJS / Exporters

Exporters for Babylon.js and gltf file formats
Other
597 stars 307 forks source link

mesh information not embedded in .gltf #1098

Closed torchesburn closed 10 months ago

torchesburn commented 10 months ago

When i try to export .gltf format, i get an extra .bin file, which would make sense if i did not want it embedded, but no I noticed there was no option for embedded GLTF without bin.

Is this the case? and also is this project abandoned?

bghgary commented 10 months ago

Embedded GLTF without bin is not efficient because it uses Base64 encoding and thus we don't support exporting in this form. It is better to export as a GLB.

See here for the current status of this project.