More realistic europa-like world
Posted: 17.12.2005, 11:06
I'm doing a system called Jeynerk, and I'm planning to make it as a new add-on. What I'll show is a discovery I did: how to create a more realistic europa-like world. The example below shows that you can see the ice crust from space wriring "Gondnawlia Outer" or selecting the moon, and that you can also see the interior of this moon, the subsurface, writing "Gondnawlia Inner". I used Impossible Dyson model to make the ceiling of the subocean layer. If you want to see it in Celestia, here's the code. I've modified the star because you'd have to create another star if I'd put Jeynerk.
"Jaymarin" "Sol"
{
Texture "Jaymarin.*"
NightTexture "Jaymarin-night.*"
HazeColor [ 1 1 1 ]
HazeDensity 1
Color [ 1 1 1 ]
Radius 56723
Oblateness 0.1
Atmosphere {
Height 100
Lower [ 1 1 1 ]
Upper [ 0 0 0.3 ]
Sky [ 0.6 0.7 1 ]
Sunset [ 0.7 0.4 0.1 ]
}
EllipticalOrbit {
Period 8
SemiMajorAxis 8
Eccentricity 0.01
Inclination 0.182
}
RotationPeriod 4
Obliquity 0.2
Albedo 0.01
Rings {
Inner 84634
Outer 176253
Texture "Ring1.dds"
}
}
"Gondnawlia Inner" "Sol/Jaymarin"
{
Texture "Gondnawlia.*"
Emissive true
Color [ 0 0 0.3 ]
Radius 5320
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.01
}
"Gondnawlia Outer Under" "Sol/Jaymarin"
{
Mesh "mw-msx.3ds"
Texture "03asteroid.*"
Emissive true
BlendTexture true
Color [ 0 0 0.6 ]
Radius 5580
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.9
}
"Gondnawlia Outer" "Sol/Jaymarin"
{
Texture "01asteroid.*"
Radius 5600
Atmosphere {
Height 150
Lower [ 0.3 0.5 0.8 ]
Sky [ 0 0.3 0.8 ]
Sunset [ 1 0.8 0.4 ]
CloudHeight 15
CloudSpeed 300
CloudMap "Terrestrial1-clouds.*"
}
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.9
}
"Jaymarin" "Sol"
{
Texture "Jaymarin.*"
NightTexture "Jaymarin-night.*"
HazeColor [ 1 1 1 ]
HazeDensity 1
Color [ 1 1 1 ]
Radius 56723
Oblateness 0.1
Atmosphere {
Height 100
Lower [ 1 1 1 ]
Upper [ 0 0 0.3 ]
Sky [ 0.6 0.7 1 ]
Sunset [ 0.7 0.4 0.1 ]
}
EllipticalOrbit {
Period 8
SemiMajorAxis 8
Eccentricity 0.01
Inclination 0.182
}
RotationPeriod 4
Obliquity 0.2
Albedo 0.01
Rings {
Inner 84634
Outer 176253
Texture "Ring1.dds"
}
}
"Gondnawlia Inner" "Sol/Jaymarin"
{
Texture "Gondnawlia.*"
Emissive true
Color [ 0 0 0.3 ]
Radius 5320
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.01
}
"Gondnawlia Outer Under" "Sol/Jaymarin"
{
Mesh "mw-msx.3ds"
Texture "03asteroid.*"
Emissive true
BlendTexture true
Color [ 0 0 0.6 ]
Radius 5580
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.9
}
"Gondnawlia Outer" "Sol/Jaymarin"
{
Texture "01asteroid.*"
Radius 5600
Atmosphere {
Height 150
Lower [ 0.3 0.5 0.8 ]
Sky [ 0 0.3 0.8 ]
Sunset [ 1 0.8 0.4 ]
CloudHeight 15
CloudSpeed 300
CloudMap "Terrestrial1-clouds.*"
}
EllipticalOrbit {
Period 6
SemiMajorAxis 600000
Eccentricity 0.030
Inclination 3
}
Albedo 0.9
}