Changed sky color

This commit is contained in:
Thomas FORGIONE 2015-04-14 17:18:49 +02:00
parent 0c5676cfaf
commit be1ccaab9c
2 changed files with 1 additions and 1 deletions

View File

@ -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();