I am using CesiumJS to load tile data, but with certain mouse controls, my model disappears from the frame.
I want to keep my model within view and prevent it from moving out of frame. How can I restrict mouse controls to ensure the camera stays within the frame? I only want to allow movement as long as the model remains visible.
prevent like controls to model out of frame.