Jump to content

incremental loading.. how to?


Flomotion
 Share

Recommended Posts

Hi,

 

 Yes, I know how to use it :) The doc points to a C# tool you need to compile: https://github.com/BabylonJS/Babylon.js/tree/master/Tools/MakeIncremental that will generate a cmd line tool.

 

 You then need to provide as an input your classic .babylon file and it will split it into several .babylonmeshdata file to support incremental loading. Some of our scenes on BabylonJS.com are using this system like The Car one: https://github.com/BabylonJS/Samples/tree/master/Scenes/TheCar

 

 Once your scene has been converted to incremental, just provide this file to the loader of babylon. You can have a look to our scene loader logic from BabylonJS.com too: https://github.com/BabylonJS/Samples/blob/master/js/loader.js

 

Bye,

 

David

Link to comment
Share on other sites

  • 4 months later...
  • 1 month later...

Bonjour

Je suis nouveau ici

J'ai creer une scene avec Blender ,exportee en . babylon

Meme probleme que Vijay  avec Makeincremental: pas de probleme au debug mais la fenetre cmd se ferme immediatement

Petite aide serait la bienvenue

Merci

Link to comment
Share on other sites

  • 6 months later...

Hi,

Could anybody please tell me how to pass the .babylon file for "incremental loading solution in console application" or to "MakeIncremental.exe" for converting .Babylonjs file to .incremental.babylon

For EX:  

Name : "Scene.babylon" is the file which i exported from unity

 MakeIncremental.exe path:    C:\Users\Kishore\Downloads\MakeIncremental\bin\Debug\MakeIncremental.exe

.babylon file path: "C:\Users\Kishore\Documents\unity projects\sample" the file located in.

texture Path: "C:\Users\Kishore\Documents\unity projects\sample"

Through windows cmd i tried below line but its not executing

C:\Users\Kishore\Downloads\MakeIncremental\bin\Debug\MakeIncremental.exe /i:\"C:\Users\Kishore\Documents\unity projects\sample\Scene.babylon" [/textures]

Capture.JPG
 

 

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...