Light.js 76 B

12345
  1. THREE.Light = function ( hex ) {
  2. this.color = new THREE.Color( hex );
  3. };