Page 1 of 1

planet motion -- problems getting rotation correct

Posted: 14.04.2002, 20:51
by Fleegle
I'm having trouble with a planet I'm trying to make. I can't figure out how to make it rotate properly. My planet always has one side pointed towards its sun. How do I make it so it rotates similarly to Earth?

-Fleegle

Posted: 14.04.2002, 21:02
by chris
By default, a body has synchronous rotation; that is, its rotation period is equal to its orbital period, so one side always faces the sun/planet. To change this behavior, add a line like:

RotationPeriod 23.9344694

to the description. This sets the rotation period of the body to the given number of hours.

--Chris