**I checked the difference ****between **the json file build by bently contextcapture and the json by cesium,the contentcapture’s json file version is 0.0 , the cesium provider is 1.0,
Is this the problem?
I don,t think the cesium want to lost support for clip ability on the 3dtiles build by bently contextcapture,how can I fix the problem?
To always make the clipping plane relative to the object it’s clipping. So if you’re manually setting the model matrix of the clipping plane then you should remove that and it’ll work.
you are right ,I have manually setting the model matrix of the clipping plane,when I remove it ,the code work,
Have you default set the the cliping plane relative to the center of the 3dtile’s bondingshpere? if that I need to count the cliping plane’ s distance based on the center of boundingshpere ,not to the center of the clip lines
It actually just uses the 3D Tile’s root transform to position the origin of the clipping planes. If the root transform isn’t defined it uses the bounding sphere center and guesses an orientation based on the east-north-up frame of reference. Here it is in the source code: