-
Notifications
You must be signed in to change notification settings - Fork 838
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add three-gpu-pathtracer to Fidelity Tests (#3496)
* Add three-gpu-pathtracer viewer * Add dependencies, fix module declaration * fix title * Update packages, config * Add screenshots * remove sponza golden * Improve render to avoid floating point precision issues * Update the pathtracer viewer * Add three-gpu-pathtracer renderer option * Improve renderer * remove old screenshots * Add config excludes * reduce tile count * Add screenshots * Add directional light screenshot, update to v0.0.10 * Add support tangent generation, clearcoat test
- Loading branch information
Showing
69 changed files
with
466 additions
and
20 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
packages/render-fidelity-tools/src/components/renderers/three-gpu-pathtracer-declaration.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
declare module 'three-gpu-pathtracer'; | ||
declare module 'three/examples/jsm/libs/mikktspace.module'; |
Oops, something went wrong.