Removed cloud layers added for testing.
This commit is contained in:
parent
a09eb4951e
commit
a6e0a69637
2 changed files with 34 additions and 4 deletions
|
@ -4536,6 +4536,36 @@ SOURCE=.\src\Main\bfi.hxx
|
|||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Main\fg_commands.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\main"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\main"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Main\fg_commands.hxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
||||
# PROP Intermediate_Dir "Release\main"
|
||||
|
||||
!ELSEIF "$(CFG)" == "FlightGear - Win32 Debug"
|
||||
|
||||
# PROP Intermediate_Dir "Debug\main"
|
||||
|
||||
!ENDIF
|
||||
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=.\src\Main\fg_init.cxx
|
||||
|
||||
!IF "$(CFG)" == "FlightGear - Win32 Release"
|
||||
|
|
|
@ -1559,12 +1559,12 @@ int main( int argc, char **argv ) {
|
|||
globals->get_ephem()->getStars(), 60000.0 );
|
||||
|
||||
if ( fgGetBool("/environment/clouds/status") ) {
|
||||
thesky->add_cloud_layer( 2000.0, 200.0, 50.0, 40000.0,
|
||||
SG_CLOUD_OVERCAST );
|
||||
// thesky->add_cloud_layer( 2000.0, 200.0, 50.0, 40000.0,
|
||||
// SG_CLOUD_OVERCAST );
|
||||
thesky->add_cloud_layer( 2600.0, 200.0, 50.0, 40000.0,
|
||||
SG_CLOUD_MOSTLY_CLOUDY );
|
||||
thesky->add_cloud_layer( 3000.0, 200.0, 50.0, 40000.0,
|
||||
SG_CLOUD_MOSTLY_SUNNY );
|
||||
// thesky->add_cloud_layer( 3000.0, 200.0, 50.0, 40000.0,
|
||||
// SG_CLOUD_MOSTLY_SUNNY );
|
||||
thesky->add_cloud_layer( 6000.0, 20.0, 10.0, 40000.0,
|
||||
SG_CLOUD_CIRRUS );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue