Loading of tiles that are not in camera frustrum

I have need to load cesium3dtiles at few location that are not in camera view. How to load tiles at this locations?

Hi @Aankit_K,

You can use CesiumCameraManager to allow multiple views of your scene. These don’t have to be actual cameras – they can be frustum parameters that simulate cameras to view those far away 3D Tilesets.

Let us know if that works for you!