Explorar el Código

Update README.md

Ryan's Archive hace 7 años
padre
commit
cb4fa58b69
Se han modificado 1 ficheros con 11 adiciones y 1 borrados
  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