DistanceDisplayCondition for 3dtiles?

ive seen this article DistanceDisplayCondition for 3dtiles · Issue #7733 · CesiumGS/cesium · GitHub

i want to ask if there is a distance filter for 3dtiles? we want to see only the very close buildings, and hide tha far away.
maximumScreenSpaceError is very random , and doesnt fit for our project

anyone can help?

Hi @maxtorgr,

Thank you for your question! For this use case, I often recommend using maximumScreenSpaceError. I think that it is the simplest way to display a limited number of buildings. What do you mean by maximumScreenSpaceError is very random?

Alternatively, you can use our 3D Tiles styling language to only display objects with certain properties. The following community forum thread has some more insights into this strategy.

Please let me know if you have any additional questions or concerns. I am looking forward to learning more!

Best,
Sam