Problems with "Modify"

Report bugs, bug fixes and workarounds here.
Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Problems with "Modify"

Post #1by ajtribick » 07.08.2004, 10:15

The "Modify" ssc command in Celestia 1.3.2pre11 has the side effect of removing all rotation information about the planet in question. I first noticed this when using the Modify command to incorporate Praesepe's (I think) Jupiter Rings add-on, with the following ssc:

Code: Select all

Modify "Jupiter" "Sol" {
   Rings {
      Inner 92000
      Outer 221000
      Texture "jupiter-rings.png"
   }
}


Jupiter now has a day length the same as its orbital period.

Code: Select all

Modify "Saturn" "Sol" {
   Rings {
      Texture "jupiter-rings.png"
   }
}


This confirms the loss of rotation period information, and also shows that information about the tilt of the planet's axis has also been lost. In addition, the inner and outer ring distances are also lost.

Surely this shouldn't be happening, as "Modify" implies that all previously specified characteristics should be preserved.

Harry
Posts: 559
Joined: 05.09.2003
With us: 21 years 2 months
Location: Germany

Re: Problems with "Modify"

Post #2by Harry » 07.08.2004, 15:57

chaos syndrome wrote:This confirms the loss of rotation period information, and also shows that information about the tilt of the planet's axis has also been lost. In addition, the inner and outer ring distances are also lost.

I've found the problem with the rotation period as well as the wrong treatment of rings, but I don't know what the problem with tilt should be. Can you explain, or even better give an example?

Harald

Topic author
ajtribick
Developer
Posts: 1855
Joined: 11.08.2003
With us: 21 years 3 months

Post #3by ajtribick » 07.08.2004, 16:56

Oops :oops:

I was misled by the synchronous rotation into thinking the axis tilt had been lost.

My mistake. However the point about the rotation period still stands.


Return to “Bugs”