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
const viewer = new Cesium.Viewer("cesiumContainer");
viewer.camera.position = new Cesium.Cartesian3(0, 0, 6360000);
causes a rendering error, "DeveloperError: normalized result is not a number". One could argue about this, but ... I just think that this shouldn't happen.
The text was updated successfully, but these errors were encountered:
A Sandcastle with
causes a rendering error, "DeveloperError: normalized result is not a number". One could argue about this, but ... I just think that this shouldn't happen.
The text was updated successfully, but these errors were encountered: