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
I recently upgraded the Cesium version of my project, use Scene.pickPosition And Scene.sampleHeight functions do not accurately get the position of the 3Dtiles layer And the Model surface.
When I pick a position on the 3DTiles layer and call this method with the screen coordinates obtained from the event, the resulting world coordinates appear to go directly through the 3DTiles layer. The elevation altitude of the final coordinate is always less than or equal to zero. A similar problem occurs when using the sampleHeight function. The final elevation altitude is be 8000+ or less than 0.
This didn't happen when I was using version 1.87, nor did my 3DTiles layer change. This problem occurs frequently, but not for every pick. This reduces the chance of this happening when I'm looking close to the 3DTiles layer. I don't know where the problem is right now.
Cesium Version: 1.94.3 or 1.96.0
browser: Google Chrome 104.0.5112.102
The text was updated successfully, but these errors were encountered:
The issue with pickPosition is documented in #4368. The issue with Scene.SampleHeight is likely related. In some cases, some refactoring of model classes in 1.97 made this existing bug more obvious.
I'm going to close this report in favor of #4368 to keep discussion in one place. Thanks!
I recently upgraded the Cesium version of my project, use Scene.pickPosition And Scene.sampleHeight functions do not accurately get the position of the 3Dtiles layer And the Model surface.
When I pick a position on the 3DTiles layer and call this method with the screen coordinates obtained from the event, the resulting world coordinates appear to go directly through the 3DTiles layer. The elevation altitude of the final coordinate is always less than or equal to zero. A similar problem occurs when using the sampleHeight function. The final elevation altitude is be 8000+ or less than 0.
This didn't happen when I was using version 1.87, nor did my 3DTiles layer change. This problem occurs frequently, but not for every pick. This reduces the chance of this happening when I'm looking close to the 3DTiles layer. I don't know where the problem is right now.
Cesium Version: 1.94.3 or 1.96.0
browser: Google Chrome 104.0.5112.102
The text was updated successfully, but these errors were encountered: