Problems with "Modify"
Posted: 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:
Jupiter now has a day length the same as its orbital period.
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.
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.