| 3901 | } |
| 3902 | |
| 3903 | void Scene::setUpDirection(UpDirection upDirection) |
| 3904 | { |
| 3905 | mUpDirection = upDirection; |
| 3906 | mpCamCtrl->setUpDirection((CameraController::UpDirection)upDirection); |
| 3907 | } |
| 3908 | |
| 3909 | void Scene::setCameraController(CameraControllerType type) |
| 3910 | { |