.babylon format

Is there a binary format for the .babylon format?

Is there any tool that automatically (batch processing) exports to .babylon from gltf etc.?

Hey!

so to move from gltf to .babylon, you can simply use the SceneSerializer: SceneSerializer - Babylon.js Documentation

There is no binary format for .babylon but you may be interested by the incremental file format: Use Incremental Loading - Babylon.js Documentation

1 Like