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.