You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Respect the original camera view offset inside SSAARenderPass. (#21740)
* Respect the original camera view offset inside SSAARenderPass.
Add a viewOffsetX GUI param to the webgl_postprocessing_ssaa example.
* Refine the camera view preservation inside SSAARenderPass.
Fix a viewOffsetX param typo inside the webgl_postprocessing_ssaa example.
* Convert spaces to tabs inside the webgl_postprocessing_ssaa example and SSAARenderPass.
* Update SSAARenderPass to always preserve the original camera view.
* Update the SSARenderPass to handle the original view offset through camera methods instead of direct access of camera.view.
* Remove an unnecessary conditional inside SSAARenderPass.
* Refine the originalViewOffset conditional logic further inside SSAARenderPass.
Co-authored-by: Matt Simpson <[email protected]>
0 commit comments