From: curt Date: Sat, 25 Oct 1997 03:24:21 +0000 (+0000) Subject: Incorporated sun, moon, and star positioning code contributed by Durk Talsma. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3c35a317d49cecd55bc90e8f21c07a2e0ef000d1;p=simgear.git Incorporated sun, moon, and star positioning code contributed by Durk Talsma. --- diff --git a/Scenery/moon.h b/Scenery/moon.h index c43f6dca..b23ae4e3 100644 --- a/Scenery/moon.h +++ b/Scenery/moon.h @@ -35,8 +35,8 @@ void fgMoonInit(); /* Draw the Stars */ - void fgMoonRender(); + struct CelestialCoord fgCalculateMoon(struct OrbElements Params, struct OrbElements sunParams, struct fgTIME t); @@ -48,7 +48,10 @@ extern struct OrbElements pltOrbElements[9]; /* $Log$ -/* Revision 1.1 1997/10/25 03:16:09 curt -/* Initial revision of code contributed by Durk Talsma. +/* Revision 1.2 1997/10/25 03:24:23 curt +/* Incorporated sun, moon, and star positioning code contributed by Durk Talsma. /* + * Revision 1.1 1997/10/25 03:16:09 curt + * Initial revision of code contributed by Durk Talsma. + * */