Skip to content

lights() and specularMaterial() support on framebuffer block when filter is applied inside the block. - #6596

Merged
davepagurek merged 1 commit into
processing:mainfrom
perminder-17:fixes-framebuffer
Nov 30, 2023
Merged

lights() and specularMaterial() support on framebuffer block when filter is applied inside the block.#6596
davepagurek merged 1 commit into
processing:mainfrom
perminder-17:fixes-framebuffer

Conversation

@perminder-17

@perminder-17 perminder-17 commented Nov 29, 2023

Copy link
Copy Markdown
Collaborator

Resolves #6595

Changes:

This pull request addresses the inconsistency observed when using lights() and specularmaterial() within the framebuffer block, specifically when the filter() function is applied internally. The proposed changes ensure that lights and materials behave as expected within the framebuffer block, enhancing overall rendering consistency.

Screenshots of the change:
before:-
fixes-blur
after:-
fixes-after

PR Checklist

@perminder-17

Copy link
Copy Markdown
Collaborator Author

This was an oversight when we solved the issue #6559

@davepagurek davepagurek left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Thanks for catching this!

@davepagurek
davepagurek merged commit aa75140 into processing:main Nov 30, 2023
@perminder-17

Copy link
Copy Markdown
Collaborator Author

Thanks for catching this!

Yess... Thanks❤

@perminder-17
perminder-17 deleted the fixes-framebuffer branch November 30, 2023 14:12
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.

Inconsistency in lights() and specularmaterial() within Framebuffer Block when filter() is Applied inside the block

2 participants