bdf65d4284c00fabf6abfeb1b6b936b99771c9f2
Also eliminate the ability to specify background alpha, since that can affect page-level compositing in undesirable ways. Also avoid some redundant GL state calls.
scratch-render-webgl
Installation
npm install scratch-render-webgl
Setup
Standalone Build
make build
<script src="/path/to/render-webgl.js"></script>
<script>
var renderer = new window.RenderWebGL();
// do things
</script>
Testing
make test
make coverage
make benchmark
Description
Languages
JavaScript
91.9%
GLSL
4.6%
HTML
3.5%