Cesium3dtiles actor source URL

I am using the cesium3dtiels actor with source as from ellipsoid. resulting earth ellipsoid has LOD that I want to disable and load most detailed terrain tiles regardless of zoom level. How can I achive that? @Kevin_Ring plz help

Hi @Aankit_K,

Could you explain what you’re trying to do from a high level? The 3D Tileset that’s generated with the “From Ellipsoid” option is a smooth ellipsoid surface that is approximated from the WGS84 ellipsoid. If you want more detailed terrain beyond this smooth surface, you might want to use Cesium World Terrain instead.

I want smooth terrain generated from the wgs84 ellipsoid but as I can see it refined to more detailed terrain based on zoom level(I can see in unreal wireframe view that more triangles are added).

I want highest detrailed terrain at all zoom level without refinement I don’t want to load intermediate tiles and directly load bottom most child tiles in tiles hierarchy.

Basically I want to disable LOD and direcly load most detailed tiles. Thanks for the response.

hello @janine any update on this??

Hi @Aankit_K,

The nature of 3D Tiles is to load different levels of detail based on tile distance from the camera. Loading the highest levels of detail at all times would significantly impact performance. As such, the plugin is not built to selectively render LODs.

You can still prompt higher detail tiles to load more often by reducing the Maximum Screen Space Error. However, there isn’t any way you can explicitly choose or manipulate the LODs.