질문&답변
스크롤 페이지 만들기 -땅과 집 색상이 너무 어둡습니다.
const ambientLight = new THREE.AmbientLight('white', Math.PI*0.5); const spotLight = new THREE.SpotLight('white', Math.PI*0.7); spotLight.decay = 0.0;