diff --git a/GameData/RealSolarSystem/RSSKopernicus/Earth/Earth.cfg b/GameData/RealSolarSystem/RSSKopernicus/Earth/Earth.cfg index df9bd572..cc665a28 100644 --- a/GameData/RealSolarSystem/RSSKopernicus/Earth/Earth.cfg +++ b/GameData/RealSolarSystem/RSSKopernicus/Earth/Earth.cfg @@ -315,6 +315,32 @@ waveLength = 0.65, 0.58, 0.5, 1.0 } } + + Ocean + { + ocean = True + oceanHeight = 0 + density = 1.0 + oceanColor = 0.495, 0.52, 0.565, 1.0 + + Material + { + oceanOpacity = 0.85 + color = 0.495, 0.52, 0.565, 1.0 + colorFromSpace = 0.117, 0.142, 0.197, 1.0 + fogColor = 0.918, 0.918, 1.0, 1.0 + specColor = 1.0, 1.0, 1.0, 1.0 + shininess = 0.697 + } + + Fog + { + useFog = True + fogColorStart = 0.117, 0.236, 0.357, 1.0 + fogColorEnd = 0.0117, 0.0236, 0.0357, 1.0 + } + } + PQS { deactivateAltitude = 167000 diff --git a/GameData/RealSolarSystem/RSSKopernicus/Saturn/Titan.cfg b/GameData/RealSolarSystem/RSSKopernicus/Saturn/Titan.cfg index 2338b220..7f75eb6e 100644 --- a/GameData/RealSolarSystem/RSSKopernicus/Saturn/Titan.cfg +++ b/GameData/RealSolarSystem/RSSKopernicus/Saturn/Titan.cfg @@ -252,6 +252,33 @@ //waveLength = 0.73, 0.76, 0.83, 1.0 } } + + Ocean + { + ocean = True + oceanHeight = 0 + density = 0.3575 + oceanColor = 0.784, 0.507, 0.0, 1.0 + + Material + { + oceanOpacity = 0.95 + color = 0.784, 0.507, 0.0, 1.0 + colorFromSpace = 0.0784, 0.0507, 0.0, 1.0 + fogColor = 0.298, 0.188, 0.0, 1.0 + specColor = 1.0, 1.0, 1.0, 1.0 + specColor = 0.298, 0.188, 0.0, 1.0 + shininess = 0.697 + } + + Fog + { + useFog = True + fogColorStart = 0.298, 0.188, 0.0, 1.0 + fogColorEnd = 0.0298, 0.0188, 0.0, 1.0 + } + } + PQS { deactivateAltitude = 87000