THREE.js 에서 Color는 rgb값으로 0~1까지의 실수의 집합으로 되어있다.
ex) new THREE.Color(0,0,1)
그리고 BufferGeometry의 경우
bufferGeometry.setAttribute( "color", new THREE.Float32BufferAttribute(colors, 3) );