Incorporated sun, moon, and star positioning code contributed by Durk Talsma.
This commit is contained in:
parent
0c270d61d8
commit
3c35a317d4
@ -35,8 +35,8 @@
|
|||||||
void fgMoonInit();
|
void fgMoonInit();
|
||||||
|
|
||||||
/* Draw the Stars */
|
/* Draw the Stars */
|
||||||
|
|
||||||
void fgMoonRender();
|
void fgMoonRender();
|
||||||
|
|
||||||
struct CelestialCoord fgCalculateMoon(struct OrbElements Params,
|
struct CelestialCoord fgCalculateMoon(struct OrbElements Params,
|
||||||
struct OrbElements sunParams,
|
struct OrbElements sunParams,
|
||||||
struct fgTIME t);
|
struct fgTIME t);
|
||||||
@ -48,7 +48,10 @@ extern struct OrbElements pltOrbElements[9];
|
|||||||
|
|
||||||
|
|
||||||
/* $Log$
|
/* $Log$
|
||||||
/* Revision 1.1 1997/10/25 03:16:09 curt
|
/* Revision 1.2 1997/10/25 03:24:23 curt
|
||||||
/* Initial revision of code contributed by Durk Talsma.
|
/* 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.
|
||||||
|
*
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user