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

Rendering Pipeline Study #19

Open
isolin opened this issue Nov 28, 2014 · 0 comments
Open

Rendering Pipeline Study #19

isolin opened this issue Nov 28, 2014 · 0 comments

Comments

@isolin
Copy link
Owner

isolin commented Nov 28, 2014

Please read and study the rendering pipeline from the WebGl books.

Assign your thesis tasks listed in the wiki to the steps in both pipelines, describe shortly what operations are performed. Write your results into the wiki for now, you will later just copy them into the thesis.

It might be that a single task requires actions in several steps. There might be several iterations or parallel runs of the pipelines required.

E.g. for ambient occlusion:

  • 1st pass vertex & fragment shader - high precision z-pass
  • 2nd pass fragment shader - hierarchical z pass
  • 3rd pass fragment shader - distributing AO samples
  • 4+5th pass (fullscreen quad) - bilateral reconstriction
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