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