mirror of
https://github.com/logsol/chuck.js.git
synced 2026-05-11 10:37:34 +00:00
fixed positions
This commit is contained in:
parent
071ad6bec5
commit
74dde11d2c
2 changed files with 7 additions and 7 deletions
|
|
@ -40,7 +40,7 @@ define(requires, function (DomController, Three, Settings, CameraController) {
|
|||
//this.renderer = new Three.CanvasRenderer(rendererOptions);
|
||||
//}
|
||||
|
||||
this.renderer.setClearColorHex(0x333333, 1);
|
||||
this.renderer.setClearColor("#333333", 1);
|
||||
this.renderer.setSize(Settings.STAGE_WIDTH, Settings.STAGE_HEIGHT);
|
||||
|
||||
DomController.setCanvas(this.renderer.domElement);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue