on Rotate
fun onRotate(cameraNode: CameraNode, cameraConfiguration: CameraConfiguration, gestureDetector: RotateGestureDetector)
This function is called when the user performs a rotation gesture on the screen. It is responsible for rotating the 3D scene.
Parameters
camera Node
the camera node in the scene view component that contains the 3D scene
gesture Detector
the rotation gesture detector object that detects the rotation gesture
camera Configuration
the camera configuration object that contains information about the camera properties of the 3D scene*