-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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
Earth-centered view in ICRF frame #825
Comments
The code to do this is actually trivial (see the below snippet). But I'm not sure how we would implement it in widget form (because it's not a one-off thing and depends on state). It's also highly specific to space-based visualization, so I'm not sure the majority of people would care. It's certainly something Cesium Viewer will be able to do at some point, but the new Viewer widget will probably not. It's also probably going to be part of a larger system and not just a click button for "inertial view". That being said, I'm just thinking out loud and open for ideas.
|
This is also in the Camera Sandcastle example now. Should we close this? |
Stored views depend on this. The code examples above have the 1 frame lag bug on the selectionIndicator. |
There are also bugs in the sandcastle example (panning the mouse for instance). The only "real" way to add ICRF support is to build it into the camera itself. We had some discussion of this in #1789. I would leave this open until we have complete out of the box support. |
There should be a way to get a view similar to the Home view, centered on the Earth, in the ICRF frame instead of Earth-fixed.
The text was updated successfully, but these errors were encountered: