Jump to content

Orthographic camera and SSAO


Tomm Huth
 Share

Recommended Posts

@Luaacro If you're asking me, it's a semi random number. If i reduce it to 500 (works with my scene) ssao effect does kick in.

New question tho: Because SSAO introduces alot of aliasing, how would you combine this with a FXAA? Is that even possible? I've tried 

camera.attachPostProcess(new FxaaPostProcess("d", undefined, camera))
const ssao = new SSAORenderingPipeline('ssaopipeline', scene, 1, [camera]);

I get

You're trying to reuse a post process not defined as reusable.

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...