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

Method setCameraBounds

Source/Falcor/Scene/Scene.cpp:2376–2380  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2374 }
2375
2376 void Scene::setCameraBounds(const AABB& aabb)
2377 {
2378 mCameraBounds = aabb;
2379 mpCamCtrl->setCameraBounds(aabb);
2380 }
2381
2382 void Scene::addViewpoint()
2383 {

Callers 2

setCameraControllerMethod · 0.80
FALCOR_SCRIPT_BINDINGFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected