-=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- (c) WidthPadding Industries 1987 0|689|0 -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=- -=+=-
SoCoder -> Snippet Home -> Collisions and Physics


 
shroom_monk
Created : 27 April 2007
Edited : 27 April 2007
System : Windows
Language : Blitz

Orbital Physics

Continuous Freefall

Basically, it's a little red box using continuous freefall to orbit around a green circle. Like a planet and a sun.



Uncomment the Cls to remove the trails. If anyone can find the perfect start point, gravity, or start speed, to make a perfect/near-perfect cirlce, then please let me know.

Things you can change:
Start position:

Start velocity:

Gravity:

^Change the 0.01 to the gravity wanted. Must stay the same.^


|edit| Found an almost perfect orbit. Code updated. |edit|
|edit| Found a better one. Interesting how Pi makes for a practically perfect cirlce... |edit|

 

Comments


Friday, 27 April 2007, 15:27
Jayenkai
Aww, man, I am gonna have SO much fun playing with this!!

Thanks

WEEEEeeee!!!
Friday, 27 April 2007, 16:23
Blitz3Dman
It's an atom!!


Friday, 27 April 2007, 17:13
magicman
Thats pretty cool.
Friday, 27 April 2007, 17:17
Blitz3Dman
I'm making a really awesome one here, so hold on to your britches cause it's almost finished
Friday, 27 April 2007, 19:19
power mousey
ahhhhhhhh!!!

thanks shroom.

I'm beginning to see the light. Serious and True!

whoa!! and wow!!

light particles and radiated wavelengths
over time and space...individual particles.photons
grouped in packets forming waves as part
of function in both time and space interacting
with other objects and relativities.
And in the grand expansion of the Cosmos relative
to the temporal locales. And as to the point of initial
singularity. True, I might point out. The singularity
point.

whoa I see, I see.

but there is also the z factor in our 3 dimensions...and perhaps beyond as well. Utilizing and using one dimension above. Its been theorized around at least 7 and up to 24 dimensions. But thats a different story and topic for
a later time.

thank you for sharing this program.

I have to ponder this.
And check this out. Think it thru.

good night,
Saturday, 28 April 2007, 00:02
shroom_monk
Glad you all enjoyed it!
Saturday, 28 April 2007, 00:10
shroom_monk
Here's one for ya, with 3 planets!


How long do you think it'll be before they crash?

And Jay, try making one, or even two, of your planets have a big gravity. The effects are interesting.

|edit| Like this: |edit|

Saturday, 28 April 2007, 02:42
TheMadProff
I love the first one of those two...
And what about particle effects instead of the lines it creates...

Thanks, thats really nice!

Also, I love the second one, its weired!
Saturday, 28 April 2007, 02:50
shroom_monk
Well, of course, this is just a simple demo of the code. Feel free to take it, use it, and modify it how you want. Then post it here.

I think one thing I will add is a setting where the gravity has less affect as the object gets further away, like in real life.
Saturday, 28 April 2007, 03:03
shroom_monk
Now, gravity effect gets less, the further away the block gets. If the effect gets to 0, the you've lost it!

Saturday, 28 April 2007, 06:37
Lineraf
That's pretty cool!

Here's a BlitzMax version:


Saturday, 28 April 2007, 12:48
Blitz3Dman
Mwa ha ha!!!

A self-sustaning universe featuring planets, moons/asteroids/space debris, explosions, and gravity based on shroom's code!

Create planets by left mouseclicking!
Create moons/asteroids/debris by right mouseclicking!


Saturday, 28 April 2007, 18:27
JL235
I made a few changes to it. But I think I might have broken it. I'm pretty certain the numbers I'm using are Shrooms original numbers, but the planet movement I get is different.

The changes I've made; added a Planet type and Planet functions (so it's easier to add more Planets), renamed 'sxv', 'sxy', 'sx' and 'sy', removed the timer and added delta time. But I don't understand why it's still not moving the way it was originally on Shrooms. Maybe me numbers are wrong, but I have discovered (by fluke) the perfect orbit.


Sunday, 29 April 2007, 00:30
shroom_monk
@Blitz3DMan: Now that is good. Although, I think some of the collision detection needs checking, and it has a habit of crashing after a while (although I think that might just be my computer).

@DiablosDevil: Your program is effectively the same as mine - same orbit, etc... because you commented out the delta, so it doesn't have any effect. Still pretty good, though.


Has anyone found the perfect orbit for when gravity decreases as you move away (Orbit 3)?
Sunday, 29 April 2007, 06:09
Blitz3Dman
Although, I think some of the collision detection needs checking, and it has a habit of crashing after a while (although I think that might just be my computer).


Yea, I know and it's not just your computer. It happens a lot when you go crazy creating planets. And this code is a nice bit faster modifying only 2 lines of code
|edit| I fixed the collision detection. turns out I was detecting using the diameter instead of the radius. |edit|
|edit| I found out that I forgot to set gmul at minimum 0 so I was having some odd problems... |edit|
|edit| yet another edit: now planets use gmul and the collision still isn't fixed completely >.< |edit|

Sunday, 29 April 2007, 10:32
JL235
Dam, I must have been comparing my code to someone elses. I swear last night I wasn't getting a perfect orbit with Shrooms code.
Sunday, 29 April 2007, 11:53
shroom_monk
Diablos: You get a perfect orbit with orbit 1 program only. My orbit's 2 and 3 don't have perfect orbit.