Plyxiter12 / SolarSystemProject

Interactive Solar System built with HTML5 ****STILL A WORK IN PROGRESS****
0 stars 0 forks source link

Planets orbiting #1

Open jacobsmith opened 10 years ago

jacobsmith commented 10 years ago

http://jsfiddle.net/elusien/tGY4B/

This site has a good example of javascript based orbits.

Plyxiter12 commented 10 years ago

I was just looking at that last night haha. I think that is something we can definitely look at when we are working. Right now I am creating a Planet class that has a decent amount of parameters for each planet. I also think we should do all of the properties in relation to the Sun so that all we would have to do when testing is change the dimentions/properties of the sun and all the other planets adjust accordingly.