I’ve noticed that when applying style(opacity actually) to 3DTileset, pivot point do not picks from tileset anymore, so the camera rotates around the point on Earth surface under the point clicked on tileset.
At the same time, there is no problem with picking points on tileset with viewer.scene.pickPosition(event.position); method.
Second question - I am facing Cesium rendering error with some models when the opacity style is applied to the tileset. The error is TypeError: Cannot read property 'translucentCommand' of undefined, any thoughts why it happens?
Thank you so much for your help! I will try to reproduce TypeError: Cannot read property 'translucentCommand' of undefined on new version of Cesium and report if it still occurs.