You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a tile is unloaded and then reloaded it does not get clipped correctly. My guess that this has to do with the clipping state not being reset. In Cesium3DTile.unloadContent I tried tile._clippingPlanesState = 0 which seemed to help but does not fix all the problems.
@likangning93 would you be able to look into this closer?
When a tile is unloaded and then reloaded it does not get clipped correctly. My guess that this has to do with the clipping state not being reset. In
Cesium3DTile.unloadContent
I triedtile._clippingPlanesState = 0
which seemed to help but does not fix all the problems.@likangning93 would you be able to look into this closer?
Sandcastle demo
Posted on the forum: https://groups.google.com/forum/#!topic/cesium-dev/mJ8NDsFrIhY
The text was updated successfully, but these errors were encountered: