Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hughsk/indexed-geometry-demo

quick example for using gl.drawElements with gl-modules
https://github.com/hughsk/indexed-geometry-demo

Last synced: 8 days ago
JSON representation

quick example for using gl.drawElements with gl-modules

Awesome Lists containing this project

README

        

# indexed-geometry-demo

Confession: it took me a few tries to work out how to properly use
`gl.drawElements` with WebGL, and I wasn't able to find any other examples using
[gl-modules](http://github.com/gl-modules) so here's some quick example code
that might make it a little easier for you. Enjoy!