first try of rendering chuck as a texture

This commit is contained in:
Jeena 2013-11-30 14:39:02 +01:00
parent 86005c8b16
commit 1f55cdff2d
4 changed files with 38 additions and 11 deletions

View file

@ -13,7 +13,7 @@ define(['Lib/Vendor/Three', 'Game/Config/Settings'], function (Three, Settings)
Settings.STAGE_WIDTH/2,
Settings.STAGE_HEIGHT/2,
-Settings.STAGE_HEIGHT/2,
-2000,
1,
1000
);
@ -27,7 +27,7 @@ define(['Lib/Vendor/Three', 'Game/Config/Settings'], function (Three, Settings)
);
}
this.camera.position.z = 481; // 481
this.camera.position.z = 270; // 481
this.setPosition(Settings.STAGE_WIDTH / 2, -Settings.STAGE_HEIGHT / 2);
this.initWheel();