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

Allow rotating the skybox/environment map #14036

Open
Azorlogh opened this issue Jun 26, 2024 · 0 comments
Open

Allow rotating the skybox/environment map #14036

Azorlogh opened this issue Jun 26, 2024 · 0 comments
Labels
A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!

Comments

@Azorlogh
Copy link
Contributor

What problem does this solve or what need does it fill?

Some users need to use Z as the vertical axis. As a result, skyboxes & environment maps will be rotated for them.

What solution would you like?

It would be useful to have a way to specify a rotation for skyboxes & environment maps.

What alternative(s) have you considered?

Rotating the textures directly. This is inconvenient and not straightforward (rotating an equirectangular HDRI requires resampling, and for .ktx2 cubemaps there's no tool to do it that I could find).

@Azorlogh Azorlogh added C-Enhancement A new feature S-Needs-Triage This issue needs to be labelled labels Jun 26, 2024
@alice-i-cecile alice-i-cecile added A-Rendering Drawing game state to the screen D-Straightforward Simple bug fixes and API improvements, docs, test and examples C-Usability A simple quality-of-life change that makes Bevy easier to use S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it! and removed S-Needs-Triage This issue needs to be labelled C-Enhancement A new feature labels Jun 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-Rendering Drawing game state to the screen C-Usability A simple quality-of-life change that makes Bevy easier to use D-Straightforward Simple bug fixes and API improvements, docs, test and examples S-Ready-For-Implementation This issue is ready for an implementation PR. Go for it!
Projects
None yet
Development

No branches or pull requests

2 participants