Group Abstract Group Abstract

Message Boards Message Boards

View of the Moon from Artemis II: simulating the lunar flyby

View of the Moon from Artemis II

Attachments:
POSTED BY: Jeffrey Bryant
5 Replies

Really like this -- but I am curious to know if you can generate the background star fields with AstroGraphics? But you are using Graphics3D because that makes it easy to get the surface features of the Earth and Moon?

Richard

POSTED BY: Richard Easther

Hello Richard. There are currently two ways to do this in 3D.

1) You can retrieve the 3D positions of the stars you are interested in and literally add 3Dpoints that are colored and scaled to represent brightness. This might be difficult when combined with the use of ViewVector since having objects that are really close to the camera like the Moon and also really far away objects like the stars might be really tricky to keep all of that rendered. Might have to adjust the ViewRange option to include those new objects. Supports in all things at true scale might be hard for the rendering system. Might be able to reduce the true distance so they are much closer, but still behind everything in the scene

2) You could add a Sphere to the scene that is textured that shows the stars you want. You would need to orient the Sphere and rotate it properly using Astronomy`AstroOrientationMatrix. It would need to be big enough to enclose all objects in the scene. ViewRange might need adjusted, Lighting might need tweaked. Texture might need to be really high resolution to look as sharp as real 3D points.

POSTED BY: Jeffrey Bryant

Thanks for that! I was actually wondering about the opposite -- "flattening" the 3D images of the earth and moon and dropping them into AstroGraphics objects; it sort-of works but I think I have messed up the coordinate transformations (ie. getting from the JPL Artemis ephemeris to AstroReferenceFrame) as the background stars in key images and eclipse timings do not exactly coincide...

POSTED BY: Richard Easther
Posted 14 days ago

What a cool project. Thanks for sharing it!

POSTED BY: Philipp Blume

enter image description here -- you have earned Featured Contributor Badge enter image description here Your exceptional post has been selected for our editorial column Staff Picks http://wolfr.am/StaffPicks and Your Profile is now distinguished by a Featured Contributor Badge and is displayed on the Featured Contributor Board. Thank you!

POSTED BY: EDITORIAL BOARD
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard