pmndrs / pmndrs/postprocessing
Implement DenoisePass
Open
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.9k
- Forks
- 251
- Avg merge
- 17m
- Merged PRs (30d)
- 1
Description
Description
Implement a DenoisePass.
Related: #578
Tasks
- Create
DenoisePass. - Add unit test.
Implementation Details
- Should be done after
PoissonBlurMaterialhas been implemented.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Review related issue #578 and the PoissonBlurMaterial implementation first, since the issue requires that work to be completed beforehand. Identify the existing pass patterns and test locations, then create DenoisePass and add a unit test covering its behavior; the issue provides no file or entry point names.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- computer-graphics
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100