Skip to content

Commit

Permalink
feat(post-processing): depth of field effect (#56)
Browse files Browse the repository at this point in the history
* chore: added route helper function

* chore: added first version of effect

* chore: used leches in depth of field demo

* chore: dof effect: made props update properly

* chore: added prop comments to dof effect

* chore: fixed docs

* docs: added depth of field docs

* chore: improved dof demo

* chore: added links to postprocessing

* chore: removed redundant comments

* chore: remoced docs cache

* chore: updated gitignore

* chore: fixed typo

* chore: added disposal of plain effect pass

* chore: refactored depth of field effect; added prop watcher util functions

* chore: added watchOptions to util functions

---------

Co-authored-by: Tino Koch <tino.koch@xpoli.eu>
  • Loading branch information
Tinoooo and Tino Koch committed Sep 28, 2023
1 parent 19d2e7e commit 9264231
Show file tree
Hide file tree
Showing 37 changed files with 1,511 additions and 5,268 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ dist-ssr
*.njsproj
*.sln
*.sw?
docs/.vitepress/dist
docs/.vitepress/cache/deps/*.*
docs/.vitepress/dist/
docs/.vitepress/cache/
71 changes: 0 additions & 71 deletions docs/.vitepress/cache/deps/_metadata.json

This file was deleted.

0 comments on commit 9264231

Please sign in to comment.