Page 1 of 1

my second planet

Posted: 25.02.2003, 21:59
by the bluemarble guy

Code: Select all

"onrionnebview" "HD 37001"
{
   Texture "yanta.jpg"
   # Texture "venus.jpg"

   # SpecularTexture "yantaspec.jpg"
   Color [ 0.23 0.12 0.29 ]
   SpecularColor [ 0.1 0.54 0.21 ]
   SpecularPower 21.0
   HazeColor [ 0.23 0.69 0.44 ]
   HazeDensity 0.3
   Radius 2894
   Oblateness 0.00000000003
   
   Atmosphere
{
      Height 130
      Lower [ 0.62 0.23 0.34 ]
      Upper [ 0.25 0.56 0.67 ]
      CloudHeight 100
      CloudSpeed 123
      CloudMap "jupiter-clouds.png"
   }

   EllipticalOrbit
{   
      Period            23.341248749
      SemiMajorAxis     29.79
      Eccentricity      0.0167
      Inclination       3.9997
      AscendingNode     24.79
      LongOfPericenter  102.947
           MeanLongitude     34.442
}

   RotaionPeriod   -25.992372
   RotaionOffset   150
   Obliquity       21.3
   Albedo          0.302

}


this is my second planet. I come from a forum where your first addon is not releaed. if any of these things do not exist in your sysem then change the settings. eg. the texture or star that it orbits.

Posted: 25.02.2003, 23:00
by granthutchison
You've still got that spelling mistake in "Rotation" twice, near the end.

Grant

Posted: 26.02.2003, 05:49
by Guest

Code: Select all

"onrionnebview" "HD 37001"
{
   Texture "yanta.jpg"
   # Texture "venus.jpg"

   # SpecularTexture "yantaspec.jpg"
   Color [ 0.23 0.12 0.29 ]
   SpecularColor [ 0.1 0.54 0.21 ]
   SpecularPower 21.0
   HazeColor [ 0.23 0.69 0.44 ]
   HazeDensity 0.3
   Radius 2894
   Oblateness 0.00000000003
   
   Atmosphere
{
      Height 130
      Lower [ 0.12 0.23 0.34 ]
      Upper [ 0.25 0.56 0.67 ]
      CloudHeight 75
      CloudSpeed -246
      CloudMap "jupiter-clouds.png"
   }

   EllipticalOrbit
{   
      Period            23.341248749
      SemiMajorAxis     29.79
      Eccentricity      0.0167
      Inclination       3.9997
      AscendingNode     24.79
      LongOfPericenter  10.2947
           MeanLongitude     34.442
}

   RotationPeriod   15.992372
   RotationOffset   150
   Obliquity        2.3
   Albedo           0.302

}


all fixed. so, what do you think of it.

Posted: 26.02.2003, 05:54
by the bluemarble guy
the above post was me