CesiumGS / cesium

An open-source JavaScript library for world-class 3D globes and maps :earth_americas:
https://cesium.com/cesiumjs/
Apache License 2.0
12.75k stars 3.46k forks source link

3dtiles Loading with holes #11164

Closed wangcaijie closed 1 year ago

wangcaijie commented 1 year ago

The 3D tiles model shows many holes when the viewing angle changes due to some tiles not being loaded

image

ggetz commented 1 year ago

Would you be able to include a Sandcastle example that replicates the issue? That would help us give us more context to determine the issue. Thanks!

wangcaijie commented 1 year ago

for example html

`<!DOCTYPE html>

Title
` this is cesium1.103 The 3D tiles model shows many holes but cesium1.95 is OK
jjhembd commented 1 year ago

Hi @wangcaijie, I tried loading your html and couldn't easily see the holes. Can you give the camera position for your screenshot? See the Performance Testing Guide for an explanation of how to capture the camera position. Thanks!

IKangXu commented 1 year ago

Fixed in https://github.com/CesiumGS/cesium/pull/11358.