Calculate moon face orientation as seen from point on earth #367
-
I would like to know how to calculate the orientation of the moon face as seen from a point on earth. I already have calculated the orientation of the shadow on the moon, but since we use a static image of the moon (https://www.yr.no/assets/images/moon.png) it would be nice to rotate the image to make it look almost identical to reality. Anyone who knows how to find the degrees of orientation? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Take a look in the demo programs for whichever programming language you are using. There is one called "camera" that does exactly this. For extra realism, use the libration functions to determine the slight shifting of the side facing the earth. |
Beta Was this translation helpful? Give feedback.
Take a look in the demo programs for whichever programming language you are using. There is one called "camera" that does exactly this. For extra realism, use the libration functions to determine the slight shifting of the side facing the earth.