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

feat: add vr support to screen space shadows #203

Merged
merged 7 commits into from
Mar 11, 2024

Conversation

FlayaN
Copy link
Collaborator

@FlayaN FlayaN commented Mar 9, 2024

Created with @Andersw88 with some reference from @alandtse with this PR #36

Known issues / TODO:

  • Add vr dlss support
  • Make sure we don't convert between normal uv and sterouv when we don't need to
  • Verify that we didn't break anything for flatrim
  • Verify that the filter is working properly

@alandtse alandtse mentioned this pull request Mar 10, 2024
@FlayaN FlayaN force-pushed the screen-space-shadows-vr branch 2 times, most recently from 2782389 to baa4650 Compare March 10, 2024 14:04
Copy link
Collaborator

@alandtse alandtse left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please address. VR only code/changes should be minimized since flat devs may see it and decide not to modify it. We already are a minority so if we diverge too much from what they're doing, we won't get new features.

That said, if there is no way to do it without code divergence, then fine.

src/Feature.cpp Show resolved Hide resolved
src/Features/ScreenSpaceShadows.h Show resolved Hide resolved
@FlayaN FlayaN marked this pull request as ready for review March 11, 2024 00:27
@alandtse alandtse merged commit 80ededd into doodlum:dev Mar 11, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants