giulioforesto / planets

A 2D plotted planets movement simulator
0 stars 0 forks source link

Planet size and collision threshold #17

Closed gabrielfougeron closed 9 years ago

gabrielfougeron commented 9 years ago

Sometimes, two planets are so close that the two circles intersect (in the processing GUI). Sometimes, the mass difference is so big that a planet is completely hidden behind a big sun. This is evil. I cannot really think of a good solution yet.

Another remark : Currently, the distance threshold under which two planets fuse is not a function of planet size. This behaviour sometimes gives false (graphic) impressions.

gabrielfougeron commented 9 years ago

Investigations finally lead to the simplest and most frustrating solution : Learn do deal with it !