Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hughsk/indexed-geometry-demo
- Owner: hughsk
- Created: 2014-04-21T14:44:05.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-21T14:44:07.000Z (over 10 years ago)
- Last Synced: 2024-10-16T14:21:34.389Z (23 days ago)
- Language: JavaScript
- Homepage:
- Size: 109 KB
- Stars: 3
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!