야드 캔버스 수정
This commit is contained in:
parent
640a9a741c
commit
8a318ea741
|
|
@ -393,7 +393,6 @@ function Scene({
|
||||||
maxDistance={200}
|
maxDistance={200}
|
||||||
maxPolarAngle={Math.PI / 2}
|
maxPolarAngle={Math.PI / 2}
|
||||||
enabled={!isDraggingAny}
|
enabled={!isDraggingAny}
|
||||||
reverseOrbit={true} // 드래그 방향 반전 (자연스러운 이동)
|
|
||||||
screenSpacePanning={true} // 화면 공간 패닝
|
screenSpacePanning={true} // 화면 공간 패닝
|
||||||
panSpeed={0.8} // 패닝 속도 (기본값 1.0, 낮을수록 느림)
|
panSpeed={0.8} // 패닝 속도 (기본값 1.0, 낮을수록 느림)
|
||||||
rotateSpeed={0.5} // 회전 속도
|
rotateSpeed={0.5} // 회전 속도
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue