Get the camera rotation matrix.
@override Future<Matrix3> getCameraRotation() async { final model = await getCameraModelMatrix(); final rotation = model.getRotation(); return rotation; }