-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add function "Allow pipeline changes" to CameraComponent (#18524)
* Add function "Allow pipeline changes" to CameraComponent This is usefull for rendering to texture using features like: - Sky atmosphere - Global illumination Since a lot of feaures processors don't beheave with multiple cameras this function is activated after changing registry setting: `/O3DE/Atom/ExperimentalFeaturesEnabled` to `true` It is to prevent exposure of this function to the majority of users. This function allows to change the camera pipeline in runtime --------- Signed-off-by: Michał Pełka <[email protected]>
- Loading branch information
1 parent
59f92fd
commit 6933b66
Showing
2 changed files
with
19 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters