Changed sky color
This commit is contained in:
parent
0c5676cfaf
commit
be1ccaab9c
Binary file not shown.
|
@ -23,7 +23,7 @@ function init() {
|
|||
renderer = new THREE.WebGLRenderer({alpha:true});
|
||||
renderer.setSize(container_size.width, container_size.height);
|
||||
renderer.shadowMapEnabled = true;
|
||||
renderer.setClearColor(0x000000);
|
||||
renderer.setClearColor(0x87ceeb);
|
||||
|
||||
// on initialise la scène
|
||||
scene = new THREE.Scene();
|
||||
|
|
Loading…
Reference in New Issue