Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sky Atmosphere does not work with render to texture camera #18473

Closed
michalpelka opened this issue Nov 14, 2024 · 1 comment
Closed

Sky Atmosphere does not work with render to texture camera #18473

michalpelka opened this issue Nov 14, 2024 · 1 comment
Assignees
Labels
good-first-issue Issue ready for a new contributor according to the help wanted guidelines. kind/bug Categorizes issue or PR as related to a bug. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio.

Comments

@michalpelka
Copy link
Contributor

Describe the bug
The O3DE camera can render to a texture. Unfortunately, there is a limitation of feature processors that can be used. It is not beneficial for simulation usecases (e.g. low light outdoor scenarios)
Assets required

https://gist.github.com/michalpelka/2bc19beb566c7a2ea869c064de4dbfed

Steps to reproduce
Steps to reproduce the behavior:

  1. Create a camera
  2. Create render target
  3. Set "Render to a texture" and apply render target
  4. Display a render target as material or UI canvas.

Expected behavior
Sky atmosphere is rendered to a texture.

Actual behavior
Sky atmosphere is not rendered to a texture.

Screenshots/Video
image
Found in Branch
2409.0

Commit ID from o3de/o3de Repository
e8570f9 (HEAD, tag: 2409.0, origin/main)

Desktop/Device (please complete the following information):

  • Device: [PC]
  • OS: [Ubuntu]
  • Version [22.04]
  • CPU [13th Gen Intel(R) Core(TM) i9-13900K]
  • GPU [RTX 4080]
  • Memory [96GB]

Additional context
It does not work on Windows using DirectX.

@michalpelka michalpelka added kind/bug Categorizes issue or PR as related to a bug. needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio. and removed needs-sig Indicates an issue or PR lacks a `sig/foo` label and requires one. labels Nov 14, 2024
@moudgils
Copy link
Contributor

moudgils commented Nov 20, 2024

I am not aware of any explicit reasons why SkyBox wouldnt render to the texture. It seems like a bug.

@moudgils moudgils added good-first-issue Issue ready for a new contributor according to the help wanted guidelines. and removed needs-triage Indicates an issue or PR lacks a `triage/foo` label and requires one. labels Nov 20, 2024
@michalpelka michalpelka self-assigned this Dec 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good-first-issue Issue ready for a new contributor according to the help wanted guidelines. kind/bug Categorizes issue or PR as related to a bug. sig/graphics-audio Categorizes an issue or PR as relevant to SIG graphics-audio.
Projects
None yet
Development

No branches or pull requests

2 participants