- 06 Aug, 2024 3 commits
-
-
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
-
Christian Helgeson authored
* add subgroup properties to wgslNodeBuilder * add subgroups to GPUFeatureName * remove buildStage call * convert directive to set * cleanup
-
sunag authored
-
- 05 Aug, 2024 6 commits
-
-
sunag authored
-
sunag authored
* rename `loop` to `Loop` * rename `tslFn` -> `Fn` * TSLEncoder: rename `tslFn` -> `Fn` * rename `if` -> `If`, `else` -> `Else`, `elseif` -> `ElseIf` * rename `cond` -> `select` * StackNode: deprecated alerts * Update UniformArrayNode.js * rename `cond` -> `select` (2) * cleanup * cleanup
-
sunag authored
-
Renaud Rohlinger authored
* WebGPURenderer: Fix instance meshes sharing same count * cover only instances meshes
-
Garrett Johnson authored
* Add support for swapping depth textures * Don't swap textures if cube target * Don't recreate render buffers * Only attach the buffers if they have been created already * remove unused argument * Don't rebind the buffers if we can * Handle cases where the depth texture is disposed and unbound
-
Andrea Gargaro authored
-
- 04 Aug, 2024 2 commits
-
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
- 03 Aug, 2024 1 commit
-
-
aardgoose authored
Co-authored-by:
aardgoose <angus.sawyer@email.com>
-
- 02 Aug, 2024 2 commits
-
-
Michael Herzog authored
-
林炳权 authored
-
- 01 Aug, 2024 11 commits
-
-
sunag authored
-
Christian Helgeson authored
* init * removed property call * Update BleachBypassNode.js * Update Nodes.js Clean up. * Update BleachBypassNode.js Use `luminance()`. --------- Co-authored-by:
Michael Herzog <michael.herzog@human-interactive.org>
-
Mugen87 authored
-
Michael Herzog authored
-
Michael Herzog authored
* RoomEnvironment: Remove obsolete `renderer` parameter. * More clean up.
-
Michael Herzog authored
* Examples: Improve `webgpu_morphtargets_face`. * E2E: Update screenshot.
-
Michael Herzog authored
* NodeMaterial: Use `materialReference()` for env maps. * TSL: Move to TSL approach * Move to TSL approach *2 * EnvironmentNode: Fix PMREM generation. --------- Co-authored-by:
sunag <sunagbrasil@gmail.com>
-
Michael Herzog authored
-
Michael Herzog authored
This reverts commit 4ce3b368.
-
Mugen87 authored
-
Michael Herzog authored
-
- 31 Jul, 2024 6 commits
-
-
Shin Jeong Min authored
* Editor: add editor settings korean language. * Editor: change kr -> ko according ISO standard * Editor: add korean to suggested langauge.
-
Cold5tar authored
* Fix GLTFExporter.js by checking if attenuation distance is set Having no attenuation distance set in the project/code, defaults to infitity. This property then cannot be set in GLTF file and automatically sets to NULL. NULL property cannot be read by various softwares, for example - Blender 4 - > onwards. By adding check if distance is !== infinity we either send that parameter if its set, or don't send it if its default. * Update GLTFExporter.js Clean up. --------- Co-authored-by:
Michael Herzog <michael.herzog@human-interactive.org>
-
Michael Herzog authored
-
Michael Herzog authored
Update fiddles.
-
Michael Herzog authored
* Addons: Rename `SkyGPU` and `WaterGPU`. * Fix export.
-
Michael Herzog authored
* Water2: Add `WebGPURenderer` version. * E2E: Update screenshot. * Fix typo.
-
- 30 Jul, 2024 6 commits
-
-
sunag authored
-
sunag authored
* TSL: Introduce `viewportSafeUV()` * Update webgpu_refraction.jpg
-
Christian Helgeson authored
-
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.
-
Christian Helgeson authored
* add getExtension to GLSLNodeBuilder * actually add extensions object * remove comment * getExtension() to enableExtension() * rename mode to behavior
-
- 29 Jul, 2024 3 commits
-
-
WestLangley authored
-
Bruno Simon authored
* Examples: Add TSL angular slicing * update * Update puppeteer.js
-
sunag authored
-