In Scene: 5.2_Basement, the presence of two long background images means the camera is divided into four distinct viewpoints. Ensuring smooth transitions between these views was a real challenge for me and required careful planning.
Since I had already implemented horizontal camera movement back in Scene: 3.2_Hallway, the next step for Scene: 5.2_Basement was to add vertical movement as well. The basic logic was to divide the scene into two main variables: “Basement A” and “Basement B”, and then assign sub-variables within each (view1, view2, view3, view4). By managing these variables, I was able to achieve smooth and responsive camera transitions across all directions.
- View 1-2 (Basement A), View 3-4 (Basement B)

- View 2-1 (Basement A), View 4-3 (Basement B)

- View Up, Basement A – Basement B

- View Down, Basement B – Basement A

Leave a Reply