mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
added zoom for OrthographicCamera, tried to decouple gl rendering and box2d updates, didn't work yet
This commit is contained in:
parent
1f55cdff2d
commit
ffb7db528a
5 changed files with 50 additions and 44 deletions
|
|
@ -12,6 +12,7 @@ function (Settings, Box2D, CollisionDetector) {
|
|||
Settings.BOX2D_ALLOW_SLEEP
|
||||
);
|
||||
this.ground = null;
|
||||
console.log(Settings.BOX2D_TIME_STEP)
|
||||
}
|
||||
|
||||
Engine.prototype.getWorld = function () {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue