WebGL Solar System
I spent a quarter working with DirectX11 and I've worked with OpenGL a little, but I've never used WebGL. This will project be a nice refresher of shaders and 3D spaces.
Controls
W
andS
move forward and back.A
andD
move left and right.Q
andE
rotate the world left and right.F
to toggle through three different kinds of filters.T
to toggle between three different image textures.
Debug:
Any debug information will be printed out here.
THIS PRACTICE PROJECT IS BASED OFF CODE FOUND WITHIN THE BOOK, "HTML5 GAMES" BY JACOB SEIDELIN AND NUMEROUS ONLINE WEBGL TUTORIALS. ALL OF THE FOLLOWING LINKS GO TO LearningWebGL.com
Tutorials:
- Tutorial 1) Basic Shapes: http://learningwebgl.com/blog/?p=28. Completed 11/28/2012.
- Tutorial 2) Adding Color: http://learningwebgl.com/blog/?p=134.Completed 4 /7 /2013.
- Tutorial 3) A Bit of Movement: http://learningwebgl.com/blog/?p=239.Completed 4 /8 /2013.
- Tutorial 4) Some Real 3D Objects: http://learningwebgl.com/blog/?p=370.Completed 6 /9 /2013.
- Tutorial 5) Introducing Textures: http://learningwebgl.com/blog/?p=507.Completed 6 /17/2013.
- Tutorial 6) Keyboard Input and Texture Filters: http://learningwebgl.com/blog/?p=571.Completed 6 /30/2013.
- Tutorial 7) Basic Directional and Ambient Lighting: http://learningwebgl.com/blog/?p=684.
- Tutorial 8) The Depth Buffer, Transparency and Blending: http://learningwebgl.com/blog/?p=859.
- Tutorial 9) Improving the Code Structure with Lots of Moving Objects: http://learningwebgl.com/blog/?p=1008.