- 10 Sep, 2024 1 commit
-
-
Michael Herzog authored
-
- 09 Sep, 2024 1 commit
-
-
aardgoose authored
* adapt for webGPU * improve backend detection * rework * rework * exclude from tests --------- Co-authored-by:
aardgoose <angus.sawyer@email.com>
-
- 08 Sep, 2024 3 commits
-
-
WestLangley authored
* Add webgpu_tonemapping.html * Add webgpu_tonemapping.html * Create webgpu_tonemapping.jpg ---------
-
ULuIQ12 authored
* Examples : Add TSL VFX Linked particles Adds WebGPU/TSL VFX Linked particles example. * Removed unused imports
-
Christian Helgeson authored
* init * init * working water * Add additional spheres to webgl_gpgpu_water to demonstrate performance differential between webgl compute and webgpu compute * sketch out sphere compute * webgpu finished * add screenshot * cleanup * fix movement * fix screenshot * fix viscosity * eod * fix index overflow issues * fix screenshot * fix test * add test to exception list due to randomized particle placement and non-functional webGL support * Update webgpu_compute_water.html * rev * move key W to wireframe to GUI * restore ---------
-
- 06 Sep, 2024 1 commit
-
-
sunag authored
* add webgpu_animation_retargeting * cleanup * Revert "cleanup" This reverts commit 7d51a197cddd5618a949e7a142c0b3f0bbd35937. * Update webgpu_animation_retargeting.html * adding floor * update * Update webgpu_animation_retargeting.html * update * update * Update webgpu_animation_retargeting.html * updates * update
-
- 05 Sep, 2024 1 commit
-
-
Michael Herzog authored
* WebGPURenderer: Add support for VSM. * AnalyticLightNode: Clean up. * AnalyticLightNode: Clean up. * fix `viewportCoordinate` in WebGLBackend * Create webgpu_shadowmap_vsm.jpg --------- Co-authored-by:
sunag <sunagbrasil@gmail.com>
-
- 02 Sep, 2024 1 commit
-
-
Michael Herzog authored
* Addons: Remove SDFGeometryGenerator. * E2E: Remove screenshot.
-
- 31 Aug, 2024 1 commit
-
-
Renaud Rohlinger authored
* WebGPURenderer: Fix Material Arrays and Geometry Groups * rename to materials * update screenshot name too
-
- 30 Aug, 2024 1 commit
-
-
Mr.doob authored
-
- 27 Aug, 2024 2 commits
-
-
mrdoob authored
* Removed LogLuvLoader. * no message
-
Renaud Rohlinger authored
* WebGPURenderer: Support Compressed Texture Array * small cleanup * more cleanup
-
- 19 Aug, 2024 2 commits
-
-
Michael Herzog authored
* Nodes: Add `StereoPassNode`. * Exampels: Improve title.
-
Michael Herzog authored
-
- 13 Aug, 2024 2 commits
-
-
Christian Helgeson authored
* init * fix wgsl syntax * Working image * Fixed color and vertex shaders, need to make minor adjustments, and add more instructive comments * add lighting * try to fix compute * testing * add labels to uniforms and storage buffers * add back missing velocity scalar of 10 * change remainder to mod * fix loop * fix webGL compatibility * cleanup * update screenshot * remove lights, remove normals vertex attribute warning
-
Mr.doob authored
-
- 12 Aug, 2024 1 commit
-
-
Michael Herzog authored
* Nodes: Add `SSAAPassNode`. * some progress * more progress * SSAAPassNode: Minor fixes. * custom mrt setup * add depth * ignore aa for depth for now --------- Co-authored-by:
sunag <sunagbrasil@gmail.com>
-
- 09 Aug, 2024 1 commit
-
-
Michael Herzog authored
* Nodes: Add VelocityNode. * E2E: Update screenshot. * apply immutable node * updates * update * Enable damping. * Updated MRT example. * Nodes: Add `MotionBlur` node. * Examples: Clean up * E2E: Update screenshot. * updates * update * ReflectorNode: Add MRT support * cleanup * updates * camera angle * cleanup * updates * update imports * Revert "updates" This reverts commit 5b39722d63527eba882db4de6fd091346e6da580. * Revert "cleanup" This reverts commit 213bf028194a4d264a4c2276b2148318ab812ae7. * updates * update limits * update --------- Co-authored-by:
sunag <sunagbrasil@gmail.com>
-
- 07 Aug, 2024 2 commits
-
-
Renaud Rohlinger authored
* add performance examples * prevent controls events from stacking render calls * tab * use webgpu backend as default
-
Michael Herzog authored
-
- 06 Aug, 2024 2 commits
-
-
Michael Herzog authored
* Nodes: Add `LightProbeNode`. * E2E: Update screenshots.
-
sunag authored
* PassNode: Support for previous frame textures * add support to change render target textures * add `webgpu_postprocessing_difference` example * revision * Update webgpu_postprocessing_difference.html * revision * revision * revision * update screenshot
-
- 31 Jul, 2024 1 commit
-
-
Michael Herzog authored
* Water2: Add `WebGPURenderer` version. * E2E: Update screenshot. * Fix typo.
-
- 30 Jul, 2024 2 commits
-
-
Bruno Simon authored
* Examples: Add TSL VFX Tornado * Examples: TSL VFX Tornado: Switch to built in luminance * Examples: TSL VFX Tornado: Remove comments
-
Michael Herzog authored
* Water: Add `WebGPURenderer` version. * E2E: Update screenshot. * Clean up. * More clean up.
-
- 29 Jul, 2024 4 commits
-
-
Bruno Simon authored
* Examples: Add TSL angular slicing * update * Update puppeteer.js
-
sunag authored
-
Michael Herzog authored
* Sky: Add `WebGPURenderer` version. * E2E: Update screenshot.
-
Bruno Simon authored
* Examples > Add procedural terrain example * Examples: TSL Procedural Terrain: Add max polar angle * Update files.json
-
- 28 Jul, 2024 2 commits
-
-
Bruno Simon authored
-
Bruno Simon authored
-
- 27 Jul, 2024 1 commit
-
-
Bruno Simon authored
-
- 26 Jul, 2024 3 commits
-
-
Bruno Simon authored
* Examples: Add Compute Attractors Particles * Examples: Compute Attractors Particles: Remove unsued import * clean up
-
Bruno Simon authored
* Examples > Add coffee smoke * Examples > Update coffee smoke screenshot * Examples: Add coffee smoke screenshot to test exceptions
-
sunag authored
* Example: Update `webgpu_mrt_mask` imports * WebGPURenderer: Add `webgpu_shadowmap_opacity` * update imports
-
- 25 Jul, 2024 1 commit
-
-
Bruno Simon authored
-
- 24 Jul, 2024 1 commit
-
-
Bruno Simon authored
* Examples: Add galaxy * update screenshot * Examples: Rename TSL Galaxy and use THREE core materials * Examples: TSL Galaxy fix screenshot * update screenshot * Examples: TSL Galaxy fix pow on negative ---------
-
- 18 Jul, 2024 2 commits
-
-
sunag authored
* Add background names * Fix RenderTarget dispose and MRT * add emissive bloom * update * remove support to `array` and added `getNode()` * added bloom selective
-
Christian Helgeson authored
* TransitionNode sketch * cleanup * fix non-functional controller * texture loading fixed * lint fix * fix screenshot * remove texture import * Update TransitionNode.js * Update webgpu_postprocessing_transition.html --------- Co-authored-by:
Michael Herzog <michael.herzog@human-interactive.org>
-
- 17 Jul, 2024 1 commit
-
-
Michael Herzog authored
* Nodes: Add `BloomNode`. * E2E: Update screenshot. * BloomNode: Fix reference.
-