Welcome, Guest

Author Topic: Possible to code?  (Read 3237 times)

Angel Armageddon

  • *****
  • Posts: 237
  • Destruction!
Possible to code?
« on: June 20, 2015, 12:28:20 PM »
Hey Greenleaf.
Is it possible to code tidal forces?
Well I already know that it is but that's not my point here.
Like, is is possible to code something like , if a small planet gets to close to the larger planet a large or small stream of particles comes out the back end of the small planet, and the small planet hits the larger planet, so your left with a ring system orbiting the larger planet. But after a while the practicals "cool down" and the particles turn into small body's of rock.  Some might collide into one another and possibly form a small moon or something.
Also you could code this without the planets warping into oblong ovals.
That could be added in the future, after you guys take a well deserved break, until something better comes along and without adding that SPH or something and it could be easier.

Greenleaf

  • Thomas Grønneløv
  • Development Team
  • *****
  • Posts: 211
Re: Possible to code?
« Reply #1 on: June 21, 2015, 02:02:45 AM »
Hey Greenleaf.
Is it possible to code tidal forces?
...
if a small planet gets to close to the larger planet a large or small stream of particles comes out the back end of the small planet, and the small planet hits the larger planet, so your left with a ring system orbiting the larger planet. But after a while the practicals "cool down" and the particles turn into small body's of rock.  Some might collide into one another and possibly form a small moon or something.
...That could be added in the future, after you guys take a well deserved break, until something better comes along and without adding that SPH or something and it could be easier.


Yes, indeed. Look for "Roche" in relation to universe sandbox. I made a few videos of it, without SPH, already. Currently it is, however, implemented as a total breakup, so when the body travels near the distance where the differential gravitational pull prevents a body from being formed, then it breaks up into a bunch of fragments.


This is obviously a simplification, but it gives the desired result. There is still some work being done on this transition from normal body to molten mess of fragments, which should be addressed before presenting it as a done feature.

Dante Kieth Bell

  • **
  • Posts: 14
Re: Possible to code?
« Reply #2 on: June 21, 2015, 02:36:27 PM »
Of coursed you can code..

Angel Armageddon

  • *****
  • Posts: 237
  • Destruction!
Re: Possible to code?
« Reply #3 on: June 21, 2015, 05:07:05 PM »
Hey Greenleaf.
Is it possible to code tidal forces?
...
if a small planet gets to close to the larger planet a large or small stream of practicals comes out the back end of the small planet, and the small planet hits the larger planet, so your left with a ring system orbiting the larger planet. But after a while the practicals "cool down" and the particles turn into small body's of rock.  Some might collide into one another and possibly form a small moon or something.
...That could be added in the future, after you guys take a well deserved break, until something better comes along and without adding that SPH or something and it could be easier.


Yes, indeed. Look for "Roche" in relation to universe sandbox. I made a few videos of it, without SPH, already. Currently it is, however, implemented as a total breakup, so when the body travels near the distance where the differential gravitational pull prevents a body from being formed, then it breaks up into a bunch of fragments.


This is obviously a simplification, but it gives the desired result. There is still some work being done on this transition from normal body to molten mess of fragments, which should be addressed before presenting it as a done feature.
Indeed.
But instead of a total body break up, you could go with this.
I think it could be easier to code this than what you wish to code and implement in the future.
Like if a small planet gets to close to a larger object, the coding tells the small planet to "eject" a small or large amount of particles out of the back end of the smaller planet, and while it's doing that, the small planet also shrinks into nothing leaving the particles in orbit.
So when the small planet is gone, your left with the ring system.
And after a while, when you get the total body break up problem figured out, you can implement the better version of the Roche limit.
What's your opinion?