Page 1 of 1

Cellestia as a web browser

Posted: 12.01.2003, 03:37
by Auscreely
I set up a basic version today, an it works :D
first I started a new system, then I Added Planets representing web pages.
Aol.com, Goole.com, Windowsupdate.com, and of cours a big bloated Microsoft.com planit. then I added an info url that points to that web site, then all you do is log on, then click on the info buttons in celestia to get to that web site.

One note this not going to be an addon it will be a new celestia directory, withONLY the files it needs to run, mostly because I redid the sollersystem file in order to do this, in a second enstalation of celestia, but I may chang it to work as a second sollersystem enstesd of just a web browser if I see that noone wants to download the hole thing.

Test

Posted: 12.01.2003, 04:29
by Auscreely
O.K. I have the basik code done Giv it a shot

Code: Select all

"Home: www.aol.com" "18 sco"
{
   Texture "AOL.bmp"
   Radius 2440

   InfoURL "www.aol.com"

   CustomOrbit ""
   EllipticalOrbit {
   Period            0.2408
   SemiMajorAxis     0.871
   Eccentricity      0.2056
   Inclination       7.0049
   AscendingNode    48.33167
   LongOfPericenter 77.456
        MeanLongitude   252.251
   }

   RotationPeriod 1407.509405
   Obliquity         7.01
   EquatorAscendingNode 48.42
   
   RotationOffset 291.20

   Albedo            0.06
}

"www.google.com" "18 sco"
{
   Texture "Google.bmp"
   Radius 2440

   InfoURL "www.google.com"

   CustomOrbit ""
   EllipticalOrbit {
   Period            0.2408
   SemiMajorAxis     1.0
   Eccentricity      0.2056
   Inclination       7.0049
   AscendingNode    48.33167
   LongOfPericenter 77.456
        MeanLongitude   252.251
   }

   RotationPeriod 1407.509405
   Obliquity         7.01
   EquatorAscendingNode 48.42
   
   RotationOffset 291.20

   Albedo            0.06
}

"www.microsoft.com" "18 sco"
{
   Texture "microsoft.bmp"
   Radius 71397.998

   InfoURL "www.microsoft.com"

   CustomOrbit ""
   EllipticalOrbit {
   Period            0.2408
   SemiMajorAxis     1.871
   Eccentricity      0.2056
   Inclination       7.0049
   AscendingNode    48.33167
   LongOfPericenter 77.456
        MeanLongitude   252.251
   }

   RotationPeriod 1407.509405
   Obliquity         7.01
   EquatorAscendingNode 48.42
   
   RotationOffset 291.20

   Albedo            0.06
}

"www.windowsupdate.com" "18 sco/www.microsoft.com"
{
   Texture "Windowsupdate.bmp"
   Radius 2440

   InfoURL "www.windowsupdate.com"

   CustomOrbit "moon"
   EllipticalOrbit {
   Period            0.2408
   SemiMajorAxis     1.0
   Eccentricity      0.2056
   Inclination       7.0049
   AscendingNode    48.33167
   LongOfPericenter 77.456
        MeanLongitude   252.251
   }

   RotationPeriod 1407.509405
   Obliquity         7.01
   EquatorAscendingNode 48.42
   
   RotationOffset 291.20

   Albedo            0.06
}


cant figure out how to get the pictures of the textures on hear, if i could then everybody could see the logos[/img]

Posted: 17.01.2003, 18:36
by Guest
This sounds utterly crazy !! I love the idea of flying round the internet ! No more surfing for me.... :P

How do we use this code ? .ssc file ?

(Mad Boris)

Oh damn I logged out.

That is so cool.

Posted: 23.01.2003, 00:25
by Guest
Putting InfoURL "http://spaceflight.nasa.gov/gallery/images/station/assembly/ndxpage1.html" under ISS in the solarsys.ssc file worked great. I now can call up the assembly sequence of the ISS frominside Celestia. Now where can I found out about more of these undocumented features. How does Celestia know where the default weblinks are?