Skip to content

Commit

Permalink
Examples: Add external three-gpu-pathtracer example (#24803)
Browse files Browse the repository at this point in the history
* Add initial path tracer example

* update pathtracer demo

* add more parameters

* Improve gui options

* skip pathtracer render

* Adjust floor, background color

* adjust defaults

* Add tone mapping option

* Add tags, screenshot, setting updates

* add exception comment

* Update settings

* Header and title fixes
  • Loading branch information
gkjohnson authored Oct 17, 2022
1 parent 9721ff3 commit 1a8b53f
Show file tree
Hide file tree
Showing 5 changed files with 499 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/files.json
Original file line number Diff line number Diff line change
Expand Up @@ -206,6 +206,7 @@
"webgl_raycaster_sprite",
"webgl_raycaster_texture",
"webgl_read_float_buffer",
"webgl_renderer_pathtracer",
"webgl_refraction",
"webgl_rtt",
"webgl_shader",
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions examples/tags.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
"webgl_postprocessing_3dlut": [ "color grading" ],
"webgl_materials_modified": [ "onBeforeCompile" ],
"webgl_raycaster_bvh": [ "external", "query", "bounds", "tree", "accelerate", "performance", "community", "extension", "plugin", "library", "three-mesh-bvh" ],
"webgl_renderer_pathtracer": [ "external", "raytracing", "pathtracing", "library", "plugin", "extension", "community", "three-gpu-pathtracer", "three-mesh-bvh" ],
"webgl_shadowmap_csm": [ "cascade" ],
"webgl_shadowmap_pcss": [ "soft" ],
"webgl_simple_gi": [ "global illumination" ],
Expand Down
Loading

0 comments on commit 1a8b53f

Please sign in to comment.