Awesome, got the same error. Thanks MR.Klein, this is super helpful!
Hi MR.Klein,
I’m working on a bugfix now that I know what’s happening, but in the meantime you might be able to work around the behavior in your app.
Instead of creating a new ClippingPlaneCollection when you need to add planes you can also use “tileset.clippingPlanes.add.”
There’s also a “remove” function that might be helpful. Check out the documentation here: https://cesiumjs.org/Cesium/Build/Documentation/ClippingPlaneCollection.html
When I use Plane of 1.44 instead of ClippingPlane,The effect I expect is good
But after I used ClippingPlane of 1.45, the result is wrong
在 2018年5月24日星期四 UTC+8上午1:13:24,Kangning Li写道:
Ah right sorry… 1.45 is also missing some other bugfixes for clipping planes. This problem should be fixed in master, and the crash problem should be fixed soon too.
Thank you for your reply. I will try again when the new version is released
在 2018年5月24日星期四 UTC+8下午10:43:10,Kangning Li写道:
The clipping plane crash fix was just merged, and will be in Cesium 1.46.
I wonder if clipping problem you just posted is related to https://github.com/AnalyticalGraphicsInc/cesium/issues/6600.
If you are able to upload that tileset as well it will be helpful for debugging.