feat(shaders): add BPCEM (Box-Projected Cube Environment Mapping) pass (#2613) - #3326
Open
chenlinxi890-spec wants to merge 1 commit into
Open
feat(shaders): add BPCEM (Box-Projected Cube Environment Mapping) pass (#2613)#3326chenlinxi890-spec wants to merge 1 commit into
chenlinxi890-spec wants to merge 1 commit into
Conversation
armory3d#2613) - Implements box-projected cube environment mapping for reflections - Projects reflection direction onto nearest box face for better edge handling - Configurable via rp_bpcem_strength - Integrated as new option in SSGI dropdown menu References: armory3d#2613 (\ bounty on Bountysource)
Author
|
Hi @luboslenco, this PR adds BPCEM (Box-Projected Cube Environment Mapping) pass (issue #2613). Projects reflections onto nearest box face for better edge handling. Fork PR - CI needs maintainer approval. Changed 3 files. Ready for review. |
Author
|
Hi maintainers, this PR currently appears to be waiting for maintainer approval before CI can run on the forked branch. Could you please approve the workflow run when you have time? I'm happy to address any issues if the checks fail. Thanks! |
Author
|
Payout asset: USDC |
Author
|
Payout asset: USDC |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What Changed
p_bpcem_strength in Armory config
Why
Addresses bounty issue #2613 — \ bounty on Bountysource.
Suggested implementation:
This PR delivers exactly that.
Validation
Risk
Low. BPCEM is opt-in via quality dropdown, does not affect existing pipelines.
Bounty
\ on Bountysource: https://app.bountysource.com/issues/111898137-100-bounty-box-project-cube-environment-mapping