pamela, adapted for 26c3. mouse control added, resize problems solved, alpha + color depth filtering, synchronisation with new and old entries, remaining from last commit

This commit is contained in:
Pieter Iserbyt
2009-12-28 19:49:04 +01:00
parent d6853b8c8f
commit 6851a984c2
9 changed files with 288 additions and 7030 deletions

View File

@@ -6,9 +6,9 @@
<script src="js/pamela-nodes.js" type="text/javascript" />
<script src="js/pamela-matrices.js" type="text/javascript" />
<script src="js/pamela.js" type="text/javascript" />
<style type="text/css">* {margin:0; padding:0}</style>
<style type="text/css">* {margin:0; padding:0} body { background-color: #333; }</style>
</head>
<body style="background-color: #333;">
<body>
<canvas id="pamela"></canvas>
</body>
</html>