Jump to content

Speed up faster network transfers assets


ian
 Share

Recommended Posts

Hello,

 The best option is to enable gzip server side. We don't really have compression mechanism in babylon.js. gzip is really efficient and more than enough on our json file format. All our scenes on babylonjs.com are compressed using gzip and put on ou CDN (hosted by Azure). Coupled with jpeg or DDS, it can cover a lot of scenarios.

 Still, we have another option that may interest you, our incremental binary format, from: "The binary format is the evolution of the .incremental format. All meshes data are not store using json but binary format hence a great size optimization and a faster loading time."

Bye,

David

Link to comment
Share on other sites

Babylon can also load glTF format (created by the Kronos Group), STL & OBJ file format via specific extensions: http://doc.babylonjs.com/extensions/STL & http://doc.babylonjs.com/extensions/OBJ

Incremental is a way to split the scene into several small files which allows incremental loading based on what the camera is currently looking at: http://doc.babylonjs.com/tutorials/Using_the_Incremental_Loading_System

David

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...