mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 18:47:35 +00:00
first try of rendering chuck as a texture
This commit is contained in:
parent
86005c8b16
commit
1f55cdff2d
4 changed files with 38 additions and 11 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue