Three.js interactive rendering of our solar system (simplified, uses only simple motion equations).
Solar.three is a 3D web browser interactive rendering of a simplified version of our solar system. It was created as an experiment during 2014 as an excercise to learn JavaScript and basics of Three.js. Mathematically, the objects follow ellipses with no additional corrections. Starting positions are also not synchronized to a specific date.
Simply cloning this repo and opening orbity.html in your browser should render the webgl canvas in the entire browser window. You can pan, tilt and zoom using mouse controls.
Simply adding a new object to Models array created using the largeBody function and creating an orbit definition by calling the orbitAu function with orbital parameters of the object.