.world 클래스
position : fixed
로 위치해 있다..world {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
perspective: 1000px;
}
.stage 클래스
preserve-3d
perspective로 최상단에 3d 공간을 확보하고, 중간요소에는 이 3d영역을 전파 하기 위해 transform: preserved-3d를 준다. 제일 아래 영역도 3d를 먹는다..stage {
position: absolute;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
transform-style: preserve-3d;
}
.house 클래스
.wall 클래스
position:aboslute
로 포갠다..wall-left, wall-right 클래스