Jump to content

How to load a world use streaming?


photo

Recommended Posts

Posted

Hi,

 

I launched some of the demos, if the world is very big, it will take a long time to start.

 

So, how to let some parts of the world(level) to be loaded asynchronously after the world start?

 

Thanks

Posted

UNIGINE already uses asynchronous streaming for loading textures, masks and meshes. Sometimes long loading times on startup are caused by initial shader compiles which will then be chached. So you should restart the demos once again and see if loading times have decrease compared to initial start.

Posted

ulf, 

Thanks for you reply.

 

I already noticed this, I first launch the Valley demo, it spend 5694 ms, second time it spend 1690 ms.

 

This is very well, but I mean if I only load the terrain on initial time, then load other parts of the world after the engine started. it can speed up the loading time, and it can achieve some special functions.

 

I want to know how to do this?

 

Thanks!

Posted

have a look at NodeSector documentation and search forum for it to get some additional info on usage

Posted

ulf,

Thanks for your tips.

I'll take a look at it.

×
×
  • Create New...