How to optimize 3D Mesh for faster loading

1. A concise explanation of the problem you're experiencing.
We generated texturized 3d mesh modells using photogrammetric software tool (e.g. SURE from nFrames) to display them in a cesium based application. In the application we have the problem, that the shown modells will looks quite weird as long as you are not zoomed in close enough to the object.
To have a good user experience it would be necessary that the first look is already ok, with less details, and become more detailed after zooming in.
So far we exported the 3d mesh modells in cesium format directly from the software.
What would be the best way to store the modells to have a best posible user experience?

Any help is welcome!
BR
Uwe

2. A minimal code example. If you've found a bug, this helps us reproduce and repair it.

3. Context. Why do you need to do this? We might know a better way to accomplish your goal.

4. The Cesium version you're using, your operating system and browser.

The best way we’ve found to handle that, especially for really big models, is to convert it to 3D Tiles. We’ve developed a pipeline for that as part Cesium ion, you can read more about it here:

It will be available on https://cesium.com/ion/ soon but in the mean time, feel free to reach out to Tim (tim@cesium.com) if you want to try it out.