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

354 cleanup postprocessing #371

Merged
merged 33 commits into from
May 1, 2024
Merged

354 cleanup postprocessing #371

merged 33 commits into from
May 1, 2024

Conversation

vorg
Copy link
Member

@vorg vorg commented May 1, 2024

  • move postprocessing renderer into render pipeline
  • split postprocessing passes (effects) into their own file
  • move base renderer functionality out into pipeline cache

next / nice to have

  • unify this.pipelineCache.cache.targets and colorAttachments for connecting pass targets / sources in render pipeline

vorg added 27 commits April 9, 2024 13:34
Instead of conditionally down the line if lights are present as it doesn't tree-shake anyway.
@vorg vorg changed the base branch from main to v4 May 1, 2024 08:20
@@ -10,6 +10,6 @@ export default (options) => ({
bias: 0.1,
castShadows: true,
radius: 1,
// shadowMapSize: 2048,
// shadowMapSize: 2048, //TODO: MARCIN: why is this commented out?
Copy link
Member

Choose a reason for hiding this comment

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

Because we have default value and it is commented here to show it exists when/if we want to test things.

@dmnsgn dmnsgn merged commit 6b37f1d into v4 May 1, 2024
@dmnsgn dmnsgn deleted the 354-cleanup-postprocessing branch May 20, 2024 09:14
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.

2 participants