Work-in-progress

Embedded .basis files with and without alpha. Started adding support to draw both types, as well as ETC. Fixed broken WebGL canvas.
This commit is contained in:
Carl Woffenden
2019-09-20 23:04:03 -04:00
parent c002331b37
commit 9dd6068dd3
2 changed files with 818 additions and 322 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -13,6 +13,13 @@ body {background:#333; font-family:"Verdana","Helvetica Neue","Helvetica","Ari
</head>
<body>
<canvas id="canvas" oncontextmenu="event.preventDefault()"></canvas>
<script>
var Module = {
canvas: (function() {
return document.getElementById("canvas");
})()
};
</script>
{{{ SCRIPT }}}
</body>
</html>