When loading oblique photography, a few tiles are missing. When I try to bring the camera closer to the missing area, the missing tiles will be loaded out. How should I configure it so that these tiles can also be seen in the far view angle。
Cesium version:1.98.1
Loading method:
tileset = viewer.scene.primitives.add(new Cesium.Cesium3DTileset({
url: "xxx/tileset.json",
maximumScreenSpaceError: 1
}));