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

Improve perf of noise texture gen in lens and ssao #14300

Merged
merged 5 commits into from
Sep 13, 2023

Conversation

bghgary
Copy link
Contributor

@bghgary bghgary commented Sep 13, 2023

Use raw texture with a buffer of pixels instead of dynamic texture to render one pixel at a time using canvas.

@bjsplat
Copy link
Collaborator

bjsplat commented Sep 13, 2023

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

@bjsplat
Copy link
Collaborator

bjsplat commented Sep 13, 2023

Please make sure to label your PR with "bug", "new feature" or "breaking change" label(s).
To prevent this PR from going to the changelog marked it with the "skip changelog" label.

Copy link
Member

@sebavan sebavan left a comment

Choose a reason for hiding this comment

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

THANKS A TON !!! :-)

Aside of core -> core -> ../../../ a bit all over it looks all good.

@bjsplat
Copy link
Collaborator

bjsplat commented Sep 13, 2023

@bghgary bghgary marked this pull request as ready for review September 13, 2023 17:55
@bghgary bghgary merged commit 67540ef into BabylonJS:master Sep 13, 2023
10 checks passed
@bghgary bghgary deleted the gen-texture-perf branch September 13, 2023 19:47
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

4 participants