Ryan's Archive 7 anni fa
parent
commit
cb4fa58b69
1 ha cambiato i file con 11 aggiunte e 1 eliminazioni
  1. 11 1
      README.md

+ 11 - 1
README.md

@@ -7,7 +7,17 @@ Most basics of WebGL:
 - Shaders
 - Matricies
 - Animation
+- OBJ Loader
+- Lighting
 
-View the actual JavaScript running:
+Most basic example possible:
+
+http://htmlpreview.github.io/?https://raw.githubusercontent.com/genericptr/Pas2JS-WebGL/master/html/Pas2JS_WebGL_Minimal.html
+
+Interleaved vertex data:
 
 http://htmlpreview.github.io/?https://raw.githubusercontent.com/genericptr/Pas2JS-WebGL/master/html/Pas2JS_WebGL.html
+
+OBJ Loader with lighting:
+
+http://htmlpreview.github.io/?https://raw.githubusercontent.com/genericptr/Pas2JS-WebGL/master/html/Pas2JS_WebGL_OBJ.html