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

Add temporal antialiasing to MaterialX Viewer #1723

Open
jstone-lucasfilm opened this issue Feb 27, 2024 · 0 comments
Open

Add temporal antialiasing to MaterialX Viewer #1723

jstone-lucasfilm opened this issue Feb 27, 2024 · 0 comments

Comments

@jstone-lucasfilm
Copy link
Member

The MaterialX Viewer might benefit from a simple implementation of temporal antialiasing, where the camera transform is jittered each frame, and successive frames are blended together.

In the context of the MaterialX Viewer, no dynamic reprojection would need to be used, and the history buffer could simply be cleared when the user moves the camera.

This antialiasing technique might work particularly well in addressing aliasing of under-sampled MaterialX patterns, which commonly appear in comparisons between real-time and offline renders, and could additionally improve the effectiveness of Filtered Importance Sampling in the context of the viewer.

The following are a few resources that may be useful in this implementation:

@jstone-lucasfilm jstone-lucasfilm changed the title Temporal antialiasing in the MaterialX Viewer Add temporal antialiasing to MaterialX Viewer Feb 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant