Modifications to incorporate Jon S. Berndts flight model code.
This commit is contained in:
parent
5f26ba99bc
commit
d59a6218ab
@ -113,7 +113,7 @@ void Moon::updatePosition(fgTIME *t, Star *ourSun)
|
|||||||
geoRa, geoDec;
|
geoRa, geoDec;
|
||||||
|
|
||||||
fgAIRCRAFT *air;
|
fgAIRCRAFT *air;
|
||||||
FGState *f;
|
FGInterface *f;
|
||||||
|
|
||||||
air = ¤t_aircraft;
|
air = ¤t_aircraft;
|
||||||
f = air->fdm_state;
|
f = air->fdm_state;
|
||||||
|
@ -255,7 +255,7 @@ void fgSkyInit( void ) {
|
|||||||
|
|
||||||
// Draw the Sky
|
// Draw the Sky
|
||||||
void fgSkyRender( void ) {
|
void fgSkyRender( void ) {
|
||||||
FGState *f;
|
FGInterface *f;
|
||||||
fgLIGHT *l;
|
fgLIGHT *l;
|
||||||
float inner_color[4];
|
float inner_color[4];
|
||||||
float middle_color[4];
|
float middle_color[4];
|
||||||
@ -362,6 +362,9 @@ void fgSkyRender( void ) {
|
|||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.21 1999/02/05 21:28:50 curt
|
||||||
|
// Modifications to incorporate Jon S. Berndts flight model code.
|
||||||
|
//
|
||||||
// Revision 1.20 1999/02/02 20:13:29 curt
|
// Revision 1.20 1999/02/02 20:13:29 curt
|
||||||
// MSVC++ portability changes by Bernie Bright:
|
// MSVC++ portability changes by Bernie Bright:
|
||||||
//
|
//
|
||||||
|
@ -220,7 +220,7 @@ int fgStarsInit( void ) {
|
|||||||
|
|
||||||
// Draw the Stars
|
// Draw the Stars
|
||||||
void fgStarsRender( void ) {
|
void fgStarsRender( void ) {
|
||||||
FGState *f;
|
FGInterface *f;
|
||||||
fgLIGHT *l;
|
fgLIGHT *l;
|
||||||
fgTIME *t;
|
fgTIME *t;
|
||||||
int i;
|
int i;
|
||||||
@ -264,6 +264,9 @@ void fgStarsRender( void ) {
|
|||||||
|
|
||||||
|
|
||||||
// $Log$
|
// $Log$
|
||||||
|
// Revision 1.27 1999/02/05 21:28:52 curt
|
||||||
|
// Modifications to incorporate Jon S. Berndts flight model code.
|
||||||
|
//
|
||||||
// Revision 1.26 1999/02/02 20:13:30 curt
|
// Revision 1.26 1999/02/02 20:13:30 curt
|
||||||
// MSVC++ portability changes by Bernie Bright:
|
// MSVC++ portability changes by Bernie Bright:
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user