refactored webGL renderer

This commit is contained in:
Mat Groves 2013-12-27 16:21:54 +00:00
parent 530d889b0a
commit d56d6df260
17 changed files with 9388 additions and 7944 deletions

View file

@ -48,6 +48,7 @@
// just for fun, lets rotate mr rabbit a little
bunny.rotation += 0.1;
// console.log(stage.getBounds().width);
// render the stage
renderer.render(stage);
}