mchrbn/unity-planetarium

Calculating Planets Positions

Closed this issue · 1 comments

Do you think do i calculate every second where it is planets in Unity3D?

Depends on the pupose of your app!

If you want to visualise the planets then you can also calculate it every 10sec or higher and then lerp from one position to another. If you want to control an object like a telescope then you should calculate as fast as possible to get the real values.