Thursday, January 28, 2016

Solar System using Three.js

I have created a model of the solar system with 8 planets and the sun. The planets rotate about their own axes and have textures mapped on them. I could not get the revolutions to work due to some issues with the mathematical equations. I have also added some navigation to allow the users to rotate the camera and zoom in/out of the scene.

I also haven't understood why I can see the meshes on the planet and will review the documentation to gain some insight about it.

I plan to add revolution of planets, better navigation with camera in both Orbit and Fly mode, a skybox with stars, a particle system for asteroids and some audio which will help me to better understand the concepts of Three.JS.



References :
1. http://threejs.org/docs
2. http://threejs.org/examples/#canvas_geometry_earth
3. http://threejs.org/examples/#canvas_materials





No comments:

Post a Comment