- 25 Sep, 2024 4 commits
-
-
Michael Herzog authored
-
WestLangley authored
-
Christian Helgeson authored
* init * remove duplicated function
-
sunag authored
* introduce numeric cache key * cleanup * cleanup * simplification * revision * rev * rev * cleanup
-
- 24 Sep, 2024 4 commits
-
-
Andrea Gargaro authored
* BatchedMesh: Add getGeometryRangeAt Co-authored-by:
Luigi Denora <luigidenora@users.noreply.github.com> * Fix eslint error Co-authored-by:
Luigi Denora <luigidenora@users.noreply.github.com> * Doc changed * Add optional target --------- Co-authored-by:
Luigi Denora <luigidenora@users.noreply.github.com>
-
sunag authored
-
WestLangley authored
* Transform normal with normal matrix * Transform normal with normal matrix
-
Renaud Rohlinger authored
* WebGPURenderer: Reuse LightNode when available * cleanup
-
- 23 Sep, 2024 7 commits
-
-
Don McCurdy authored
-
Don McCurdy authored
-
aardgoose authored
Co-authored-by:
aardgoose <angus.sawyer@email.com>
-
Renaud Rohlinger authored
* SpriteNodeMaterial: Add sizeAttenuation * Regenerate screenshot * revert mat4 mul with vec4(,1)? * revert * using let and toVar fixes the issue? * merge upstream/dev * revert screenshot * does reverting SpriteNode even fix? * revert fix * revert everything fix tsl galaxy? * checkout dev SpriteNodeMaterial.js... * smaller change test * convert scale to var * convert scale to var * simply adding toVar breaks tsl_galaxy? * fix multiple spritematerial with different center position * feedbacks * cleanup * feedbacks * cleanup * cleanup --------- Co-authored-by:
sunag <sunagbrasil@gmail.com>
-
Michael Herzog authored
* Examples: Clean up. * E2E: Update screenshot.
-
aardgoose authored
* curve mod * lint * update screenshot * use correct constant * use filtered texture --------- Co-authored-by:
aardgoose <angus.sawyer@email.com>
-
sunag authored
-
- 22 Sep, 2024 4 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>
-
renovate[bot] authored
Co-authored-by:
renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-
sunag authored
* RenderObject: Added `getGeometryCacheKey()` * NodeMaterialObserver: Improve skinnedmesh and morph supports * cleanup
-
- 21 Sep, 2024 8 commits
-
-
Garrett Johnson authored
* CylinderGeometry: Don't add degenerate triangles * Change comparison
-
Cody Bennett authored
-
Michael Herzog authored
-
Mugen87 authored
-
Cody Bennett authored
* WebGLRenderer: add reverse-z via EXT_clip_control * WebGLRenderer: move conversion methods to utils
-
Michael Herzog authored
-
aardgoose authored
* lensflare example * fix depth * remove forceWebGL * rename * fix typo * follow original code * Update LensflareMesh.js --------- Co-authored-by:
aardgoose <angus.sawyer@email.com> Co-authored-by:
Michael Herzog <michael.herzog@human-interactive.org>
-
Jordan Lane authored
* BatchedMesh: add `deleteInstance()` * BatchedMesh: prioritize reusing freed instance ids when adding instance
-
- 20 Sep, 2024 3 commits
-
-
Michael Herzog authored
-
Mugen87 authored
-
Don McCurdy authored
* feat(loaders): Loaders unpack colors to working color space * fix semicolons
-
- 19 Sep, 2024 6 commits
-
-
Andy authored
-
Andy authored
* feat: added invert implementation - allow invert to be a number, vec 2|3|4, or color, subtracting the value from an optionally inputted amount field (which is defaulted to all parts 1 of the input type) * feat: update invert - simplified invert function - removed unneeded imports - moved invert to math nodes
-
Don McCurdy authored
-
aardgoose authored
* implememt MaterialX seperate(2|3|4) nodes * remove testing mods * avoid cached nodes and handle output elements --------- Co-authored-by:
aardgoose <angus.sawyer@email.com>
-
VIKASH LAL authored
* Added a CSS, pointer cursor when hovering over the summary tag within a details element. Enhances user experience for interaction with details disclosure. Added a CSS, pointer cursor when hovering over the summary tag within a details element. Enhances user experience for interaction with details disclosure. It is more apealing. * Update page.css Clean up. --------- Co-authored-by:
Michael Herzog <michael.herzog@human-interactive.org>
-
Michael Herzog authored
-
- 18 Sep, 2024 2 commits
-
-
Garrett Johnson authored
Raycasting: Add barycoord to intersection result, make attribution interpolation more convenient (#29340) * Add a barycoord helper * add fields to point, line * Fix import * Remove unused variables * Update docs * Rename method * Rename function in Mesh class
-
Michael Herzog authored
-
- 17 Sep, 2024 2 commits
-
-
WestLangley authored
* Fix incorrect args * E2E: Update screenshot. --------- Co-authored-by:
Mugen87 <michael.herzog@human-interactive.org>
-
WestLangley authored
-