my second planet

The place to discuss creating, porting and modifying Celestia's source code.
Topic author
the bluemarble guy

my second planet

Post #1by the bluemarble guy » 25.02.2003, 21:59

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.

granthutchison
Developer
Posts: 1863
Joined: 21.11.2002
With us: 22 years

Post #2by granthutchison » 25.02.2003, 23:00

You've still got that spelling mistake in "Rotation" twice, near the end.

Grant

Guest

Post #3by Guest » 26.02.2003, 05:49

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.

the bluemarble guy
Posts: 24
Joined: 25.02.2003
With us: 21 years 9 months
Location: At some computer

Post #4by the bluemarble guy » 26.02.2003, 05:54

the above post was me


Return to “Development”