Skip to content
New issue

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

Rendering error with camera over north pole #11823

Open
javagl opened this issue Feb 10, 2024 · 1 comment
Open

Rendering error with camera over north pole #11823

javagl opened this issue Feb 10, 2024 · 1 comment

Comments

@javagl
Copy link
Contributor

javagl commented Feb 10, 2024

A Sandcastle with

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.

@ggetz
Copy link
Contributor

ggetz commented Feb 12, 2024

Related to #4863, but I do see how this is a pretty blatant manifestation so I agree it can be tracked separately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants