Loading Entity By Tileset

I would like to enquire if entities are currently loaded/processed etc. based off the tile set/location/position it is specified in.

The reason for this is that I have some high resolution models that I would like to load in various parts of the country and as I zoom into one location, I would not need the rest to keep processing what ever animation, rendering etc as this would seriously overload my application.

Thank you in advanced for any responses.

Hi @denewbie,

Welcome to the community! :grinning: :rocket:

I recommend that you try adding all of your data as primitives to your scene. Next, test if there are actually significant performance issues. If you notice a large drop in FPS or image quality, you can use the PrimitiveCollection object to manage your primitives and optimize performance.

https://cesium.com/learn/cesiumjs/ref-doc/PrimitiveCollection.html?classFilter=primi

-Sam