jdiwnab / OrbitSim

JavaScript Gravity simulator
13 stars 4 forks source link

3d rotation #10

Open jdiwnab opened 9 years ago

jdiwnab commented 9 years ago

Have ability to rotate view to get 3d perspective. At request of educator.

jdiwnab commented 9 years ago

This one is going to be hard. Input swap to rotate mode, 3d projection to 2d. Possibly refactoring so that x and y are correct (currently they are x and z)

jdiwnab commented 9 years ago

Consider using three.js for rendering