THREE.Light = function ( hex ) { this.color = new THREE.Color( hex ); };