MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/Falcor / setUpDirection

Method setUpDirection

Source/Falcor/Scene/Scene.cpp:3903–3907  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers 1

setCameraControllerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected