TIL 121 | Three.js 기본 - Shadows 2
2025-04-05 09:48

TIL 121 | Three.js 기본 - Shadows 2

SpotLight
Three.js에서 SpotLight (스포트라이트)를 설정하고, 그림자(shadow)를 생성하며, Helper로 시각화까지 하는 예제
// Spotlight
const spotLight = new THREE.S...

댓글