Can I change the size of the 3dtiles data block being processed? Or can we perform LOD top-level merging on it?

When I use Pyodm to process 3D models, the tile data in 3dtiles format is automatically generated during the odm_subprocess stage. When loading the 3D model on the web, due to the small size and large number of blocks, the loading speed is slow and the display effect is poor,
May I ask how to change the size of 3dtiles when generating 3dtiles data during the odm_subprocess stage of 3D modeling? If the tile size can be increased and the number of tiles can be reduced, the loading effect is estimated to be better.
Also, how can the 3dtiles results be merged into blocks? Top level merger? The generated result now only includes LOD-0, LOD-1, and LOD-2 folders, which have not been merged at the top level. When loading data, they appear one by one (as shown in the figure below), rather than displaying all regions as a whole first. As the display content expands in detail, the higher the loading level, the richer the observed model details.
Alternatively, can we directly generate LOD result data within a specified level range? How to do it?
May I ask if there is a better solution for everyone?

The generated 3dtiles result file are as follows:

1 Like

Yes, I also encountered this kind of hierarchical loading issue during the loading process. Could you tell me if you have solved it?