We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/5VarapsvvdA
Load the code then pinch to zoom. This will cause a crash
var viewer = new Cesium.Viewer('cesiumContainer'); var dblInitLon = -117.72456; var dblInitLat = 33.06154; var dblInitAlt = 342418.4; var dblHeading = 0; viewer.scene.camera.setView({ destination: Cesium.Cartesian3.fromDegrees(dblInitLon, dblInitLat, dblInitAlt), orientation: { heading: Cesium.Math.toRadians(dblHeading), pitch: Cesium.Math.toRadians(-90), roll: 0.0 } });
The text was updated successfully, but these errors were encountered:
Is this a dupe of #4177?
Sorry, something went wrong.
"If I move the scene first and then zoom everything works fine."
Yes, this does look like a dupe of #4177
No branches or pull requests
Reported on the forum: https://groups.google.com/forum/?hl=en#!topic/cesium-dev/5VarapsvvdA
Load the code then pinch to zoom. This will cause a crash
The text was updated successfully, but these errors were encountered: