Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge 156 #9

Merged
merged 342 commits into from
Sep 1, 2023
Merged

merge 156 #9

merged 342 commits into from
Sep 1, 2023
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Jun 20, 2023

  1. Docs: Translating Renderers/Shaders section into Arabic (ar). (#26297)

    * update list.json to include the Renderers/Shaders section of arabic docs
    
    * add arabic translation for ShaderChunk page
    
    * add arabic translation for ShaderLib page
    
    * add arabic translation for UniformsLib page
    
    * add arabic translation for UniformsUtils page
    afilahkle authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    356d648 View commit details
    Browse the repository at this point in the history
  2. WebGLObjects: Optimize InstancedMesh updates. (#26300)

    * WebGLObjects: Optimize `InstancedMesh` updates.
    
    * Skeleton: Clean up.
    Mugen87 authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    7b419c9 View commit details
    Browse the repository at this point in the history
  3. Puppeteer E2E test: Replace BrowserFetcher with @puppeteer/browsers (#…

    …26282)
    
    * Puppeteer E2E test: Replace BrowserFetcher with @puppeteer/browsers
    
    * Cleanup
    
    * Fix dependency
    
    * Remove unused function
    LeviPesin authored Jun 20, 2023
    Configuration menu
    Copy the full SHA
    36243d1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    21b8fa1 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Test that WebGLRenderingContext exists (#26306)

    It is not a case in node.js - making impossible to use WebGLRenderer
    there.
    linev authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    06720dc View commit details
    Browse the repository at this point in the history
  2. Updated builds.

    Mugen87 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    7937acf View commit details
    Browse the repository at this point in the history
  3. WebGPURenderer: Handle interleaved instanced buffers correctly. (#26304)

    * add support for meshPhongNodeMaterial
    
    * move stepMode determination into AttributeUtils and handle
    instancedinterleaved buffers.
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    ff39ae9 View commit details
    Browse the repository at this point in the history
  4. WebGPUPipelines: Improve reuse programs. (#26305)

    * WGSLNodeBuilder: Fix VideoTexture NoColorSpace
    
    * Pipelines: Improve reuse programs.
    
    * Improve performance.
    
    * cleanup
    sunag authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    40d18fd View commit details
    Browse the repository at this point in the history
  5. Update MeshDistanceMaterial.html (#26310)

    Deletion of an English sentence already translated
    Patzi275 authored Jun 21, 2023
    Configuration menu
    Copy the full SHA
    feafbad View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. Configuration menu
    Copy the full SHA
    0e36538 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aef2151 View commit details
    Browse the repository at this point in the history
  3. fix triplanarTexture scale

    sunag committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    7f2f808 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2adc8b View commit details
    Browse the repository at this point in the history
  5. TSL: Move ShaderNode to tslFn() (#26311)

    * Move `ShaderNode` to `fn()`
    
    Move `func()` -> `wgslFn()`
    Move `shader()` -> `fn()`
    
    * NodeMaterialLoader: Fix createMaterialFromType()
    
    * revisions
    
    * return stack output if is void
    
    * SkinningNode: Move assign() to stack
    
    * Nodes: Vertex stage revision and rename fn() -> tslFn()
    
    * cleanup
    sunag authored Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d8e6aa3 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Configuration menu
    Copy the full SHA
    afe9ccc View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2023

  1. Docs: Translating Renderers/WebXR section into Arabic (ar). (#26323)

    * update list.json to include the Renderers/WebXR section of arabic docs
    
    * add arabic translation for webXRManager page
    
    * fix indentation
    afilahkle authored Jun 24, 2023
    Configuration menu
    Copy the full SHA
    74ef522 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80118ab View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. WebGPURenderer: MorphNode 1/2 and updates (#26325)

    * Added: instancedBufferAttribute() and instancedDynamicBufferAttribute()
    
    * TSL: vertexIndex
    
    * Background: Fix color conversion
    
    * NodeMaterial: Added flatShading
    
    * Added MorphNode
    
    * Added `webgpu_morphtargets` example
    
    * Update examples/jsm/nodes/accessors/BufferAttributeNode.js
    
    Co-authored-by: Levi Pesin <[email protected]>
    
    ---------
    
    Co-authored-by: Levi Pesin <[email protected]>
    sunag and LeviPesin authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    c944e5a View commit details
    Browse the repository at this point in the history
  2. Update devDependencies (non-major) (#26327)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jun 25, 2023
    Configuration menu
    Copy the full SHA
    cdfefb4 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. WebGPURenderer: ReadRenderTargetPixelsAsync (RFC) (#26326)

    * add support for meshPhongNodeMaterial
    
    * draft readPixel api
    
    * Update examples/jsm/renderers/webgpu/utils/WebGPUTextureUtils.js
    
    Co-authored-by: Levi Pesin <[email protected]>
    
    * Update examples/jsm/renderers/common/Renderer.js
    
    Co-authored-by: Levi Pesin <[email protected]>
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    Co-authored-by: Levi Pesin <[email protected]>
    3 people authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b287bde View commit details
    Browse the repository at this point in the history
  2. WebGPURenderer: Sheen (#26329)

    * Added: SceneNode, `backgroundBlurriness`
    
    * TextureNode: .channel and .matrix as default
    
    * Background: Added backgroundBlurriness
    
    * PhysicalLightingModel: +Sheen
    
    * Add `webgpu_loader_gltf_sheen` example.
    sunag authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    b621f0e View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Configuration menu
    Copy the full SHA
    c1e558c View commit details
    Browse the repository at this point in the history
  2. Updated builds.

    Mugen87 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d6f3887 View commit details
    Browse the repository at this point in the history
  3. Set the arcball rotate speed (#26332)

    * Be able to set the arcball rotate speed
    
    * Add rotateSpeed option to documentation
    - lexically sort documented properties
    
    ---------
    
    Co-authored-by: Bernd Meyer <[email protected]>
    begmec and begmec authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d33b929 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    406ded4 View commit details
    Browse the repository at this point in the history
  5. Fix shader error in anisotropy when normal map is missing (#26334)

    * Fix shader error in physical material anisotropy when normal map is not present.
    
    * Check for USE_ANISOTROPY in uv_pars_vertex.glsl.js
    repalash authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    e2ea766 View commit details
    Browse the repository at this point in the history
  6. FlyControls: Introduce enabled property. (#26154)

    * FlyControls supports turn it on/off
    
    * Changing scope variable to `this` keyword
    andredsm authored Jun 27, 2023
    Configuration menu
    Copy the full SHA
    992fa06 View commit details
    Browse the repository at this point in the history
  7. Updated builds.

    Mugen87 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    50f36ed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c03ed5 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. WebGPURenderer: Render Pass ID and Double Pass (#26333)

    * WebGPURenderer: NS RenderObject and Double Pass
    
    * Example `webgpu_backdrop_area`: Move to DoubleSide
    
    * namespace to pass id
    
    * namespace -> passId
    sunag authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    872ad80 View commit details
    Browse the repository at this point in the history
  2. Examples: Add material.alphaHash example (#26341)

    * feat(examples): Add alpha hash example.
    
    * Update screenshots.
    
    ---------
    
    Co-authored-by: Mugen87 <[email protected]>
    donmccurdy and Mugen87 authored Jun 28, 2023
    Configuration menu
    Copy the full SHA
    771d0a6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d85765 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    24203ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c141369 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Examples: Add RoomEnvironment to alpha hash example (#26344)

    * Examples: Add RoomEnvironment to alpha hash example.
    
    * Bump screenshot
    
    * Add useLegacyLights=false
    
    * Add alpha hash to exception list
    donmccurdy authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    21e57f6 View commit details
    Browse the repository at this point in the history
  2. Hash-pin workflow dependencies (#26338)

    * Use renovatebot to hash-pin GHA
    
    Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
    
    * Pin dependencies
    
    ---------
    
    Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    pnacht and renovate[bot] authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    b637cbf View commit details
    Browse the repository at this point in the history
  3. Playground: UVEditor and fix selection of nodes by keyboard (#26349)

    * cleanup
    
    * order by frequency of use
    
    * Improve new node selected by keyboard
    
    * cleanup
    
    * fix opacity
    sunag authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    2c2c671 View commit details
    Browse the repository at this point in the history
  4. Revert getCamera() removal (#26350)

    * Revert getCamera() removal.
    
    * Updated webxr_vr_handinput_pressbutton screenshot.
    mrdoob authored Jun 29, 2023
    Configuration menu
    Copy the full SHA
    fdef0f8 View commit details
    Browse the repository at this point in the history
  5. Updated package-lock.json.

    mrdoob committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    c4c439c View commit details
    Browse the repository at this point in the history
  6. Updated builds.

    mrdoob committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    1d5dc70 View commit details
    Browse the repository at this point in the history
  7. r154

    mrdoob committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    edefdc2 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    9acdace View commit details
    Browse the repository at this point in the history
  2. WebGPURenderer: Remove duplication of interleaved attribute buffers. (#…

    …26351)
    
    * add support for meshPhongNodeMaterial
    
    * wip handle interleaved buffers efficiently
    
    * convert mat4 into proper instancedinterleavedBufferAttributes for InstanceMesh
    
    * make var const
    
    * remove debug code
    
    * missed initialisation and address code comments
    
    * address code comments
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jun 30, 2023
    Configuration menu
    Copy the full SHA
    37b932f View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    3469043 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e07037 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Manual: Clean up. (#26358)

    * Manual: Clean up.
    
    * Manual: More clean up.
    Mugen87 authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    aff5cb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67eb168 View commit details
    Browse the repository at this point in the history
  3. Update devDependencies (non-major) (#26360)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 2, 2023
    Configuration menu
    Copy the full SHA
    2f4e4e3 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2023

  1. Docs: Translating Scenes section into Arabic (ar). (#26362)

    * update list.json to include the Scenes section of arabic docs
    
    * add arabic translation for Fog page
    
    * add arabic translation for FogExp2 page
    
    * add arabic translation for Scene page
    afilahkle authored Jul 3, 2023
    Configuration menu
    Copy the full SHA
    54a7d7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9fb082 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Configuration menu
    Copy the full SHA
    00515e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8832496 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    775ff28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    08d5c96 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. WebGPURenderer: add missing texture.onUpdate() callback. (#26375)

    * add support for meshPhongNodeMaterial
    
    * support texture onUpdate callback
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    e502a12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a7c241 View commit details
    Browse the repository at this point in the history
  3. WebGLRenderer: Use inline tone mapping only when rendering to screen. (

    …#26371)
    
    * WebGLRenderer: Use inline tone mapping only when rendering to screen.
    
    * Examples: Fix 3Dlut demo.
    
    * Examples: Update screenshots.
    
    * Examples: Update screenshots.
    
    * WebGLRenderer: Fix tone mapping check for WebXR.
    
    * WebGLRenderer: Simplify tone mapping check.
    Mugen87 authored Jul 5, 2023
    Configuration menu
    Copy the full SHA
    2898b20 View commit details
    Browse the repository at this point in the history
  4. Updated builds.

    Mugen87 committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    a887bd5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0a01aad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fa8637 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    0d7d5ea View commit details
    Browse the repository at this point in the history
  2. Nodes: Fix deprecation text to match code for tslFn (#26383)

    * add support for meshPhongNodeMaterial
    
    * update notice
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    ff69f9c View commit details
    Browse the repository at this point in the history
  3. Improved performance of Unreal Bloom example. (#26356)

    * Improved performance of Unreal Bloom example.
    Implemented pre-calculated Gaussian coefficients in shader.
    
    * Cleaned up unused code in `UnrealBloomPass`.
    keaukraine authored Jul 6, 2023
    Configuration menu
    Copy the full SHA
    f258d0d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Fixes error when controllers are disconnected on XR exit when not bei…

    …ng connected to a hand before. (#26387)
    hybridherbst authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    e41d3fe View commit details
    Browse the repository at this point in the history
  2. Update OculusHandPointerModel.js

    Clean up.
    Mugen87 authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    95fbc39 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. WebGPURenderer: avoid render pass/pipeline attachment mismatches (#26376

    )
    
    * add support for meshPhongNodeMaterial
    
    * add renderTarget to key for renderContexts
    
    * use renderContext as key to locate correct renderobjects in cache
    
    * rework to use attachment state and fix deletion path
    
    * remove surplus :
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    366d701 View commit details
    Browse the repository at this point in the history
  2. WebGPURenderer: Fix Node.updateBefore() sequence call (#26391)

    * Geometries: Follows the adopted name pattern
    
    * Renderer: Fix Node.updateBefore() sequence
    sunag authored Jul 8, 2023
    Configuration menu
    Copy the full SHA
    3e0a573 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. WebGPUBackend: Fix Depth Buffer (#26395)

    * WebGPUBackend: Fix depthBuffer
    
    * cleanup
    
    * revision
    sunag authored Jul 9, 2023
    Configuration menu
    Copy the full SHA
    d7edc95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7558e97 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. WebGPUPipelines: Improve reuse pipeline and ComputeNode dispose (#26361)

    * WebGPUPipelines: Reuse cache
    
    * ComputeNode: Add .needsUpdate
    
    * fix definition used in tests
    
    * ComputeNode: Added .dispose()
    sunag authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1a4f54b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e8580b6 View commit details
    Browse the repository at this point in the history
  3. Update actions/setup-node digest to e33196f (#26398)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    6548a89 View commit details
    Browse the repository at this point in the history
  4. Update github/codeql-action digest to 46ed16d (#26399)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    0298823 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1bb77a7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b08acb8 View commit details
    Browse the repository at this point in the history
  7. OrbitControls: Add zoom to cursor (#26165)

    * Add initial support for zoom to cursor
    
    * simplify implementation, remove ortho special case
    
    * Handle mouse dolly
    
    * Support planar movement, add gui option
    
    * Use relative positioning
    
    * Fix ortho camera zooming
    
    * auto disable zoom to cursor
    
    * Handle incorrect camera case differently
    
    * Use cached objects
    
    * Fix corner case where camera starts at target position
    
    * Use a common clamp function
    
    * Fix copy paste error
    
    * Add a flag for when to perform the zoom to cursor behavior to avoid using a stale ray with pinch
    
    * Limit target movement at steep angles
    
    * Add constant for tilt amount
    
    * Update comment
    
    * Fix relative cursor position
    gkjohnson authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    98e4fc8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    81facb7 View commit details
    Browse the repository at this point in the history
  9. Update CapsuleGeometry.js (#26405)

    modify this.parameters.height to 'length' cuz it uses data.length in fromJSON().
    this problem happens when you try pass a capsule's parameters to create another capsule using fromJSON()
    tdanlin authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    28fc642 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Configuration menu
    Copy the full SHA
    cce80b8 View commit details
    Browse the repository at this point in the history
  2. Updated builds.

    Mugen87 committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    a05dee7 View commit details
    Browse the repository at this point in the history
  3. Examples: tonemapping add backgroundIntensity gui (#26411)

    * examples tonemapping : add backgroundIntensity gui
    
    * better gui folder structure
    vis-prime authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    3d78962 View commit details
    Browse the repository at this point in the history
  4. Update WebGLRenderer.js

    Add forum link to deprecation warning.
    Mugen87 authored Jul 11, 2023
    Configuration menu
    Copy the full SHA
    dee718d View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2023

  1. Configuration menu
    Copy the full SHA
    1775695 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42f3f52 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6710c98 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    c6273ad View commit details
    Browse the repository at this point in the history
  2. TSL: Add output and material.outputNode (#26419)

    * TSL: Add output and material.outputNode
    
    * Move output assign to constructOutput()
    sunag authored Jul 13, 2023
    Configuration menu
    Copy the full SHA
    986e898 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. WebGPURenderer: Revert and fix updateBefore() - (2) (#26422)

    * Renderer: Revert and fix updateBefore() - (2)
    
    * simplifies parameters
    
    * Add scene.onBeforeRender() and scene.onAfterRender() callback
    sunag authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    8155acd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5ac6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8160b0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e47e4c6 View commit details
    Browse the repository at this point in the history
  5. NodeMaterial: unlit property (#26429)

    * NodeMaterial: unlit property
    
    * cleanup
    sunag authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6169e48 View commit details
    Browse the repository at this point in the history
  6. WebGPURenderer: Fix Fog ColorSpace (#26424)

    * fix fog
    
    * fix fog
    sunag authored Jul 14, 2023
    Configuration menu
    Copy the full SHA
    6aff9a6 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Configuration menu
    Copy the full SHA
    b21c398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f72dc50 View commit details
    Browse the repository at this point in the history
  3. Remove setting Group.material in godrays example (#26431)

    * Remove setting Group.material in godrays example
    
    * Update webgl_postprocessing_godrays.html
    
    Clean up.
    
    ---------
    
    Co-authored-by: Michael Herzog <[email protected]>
    Methuselah96 and Mugen87 authored Jul 15, 2023
    Configuration menu
    Copy the full SHA
    c5ad711 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf97f70 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6d1db4a View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2023

  1. Configuration menu
    Copy the full SHA
    1c781c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65549f8 View commit details
    Browse the repository at this point in the history
  3. Cleanup webgl_materials_modified (#26437)

    * Cleanup webgl_materials_modified
    
    * Formatting
    Methuselah96 authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    82b1149 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dbb030b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3a21afd View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    22b0af4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3d53596 View commit details
    Browse the repository at this point in the history
  8. Update devDependencies (non-major) (#26443)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    05fff51 View commit details
    Browse the repository at this point in the history
  9. WebGPURenderer: Add DepthTexture.compareFunction (#26420)

    * WebGPURenderer: Add DepthTexture.compareFunction
    
    * Update webgpu_audio_processing.html
    
    * Add createBindingsLayout()
    
    * fix fog
    
    * cleanup
    
    * fix fog
    
    * Cleanup getTextureCompare
    
    * fix conflict
    
    * Added normalBias
    
    * AnalyticLightNode:  Added PCFShadowMap (WIP)
    sunag authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    3166056 View commit details
    Browse the repository at this point in the history
  10. SceneNode: Add backgroundIntensity (#26447)

    * SceneNode: Add backgroundIntensity
    
    * Add backgroundIntensity
    sunag authored Jul 16, 2023
    Configuration menu
    Copy the full SHA
    c786fc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. Configuration menu
    Copy the full SHA
    cec0dba View commit details
    Browse the repository at this point in the history
  2. WebGLRenderer: invalidate materials on async instanceColor set (#26430)

    * WebGLRenderer: invalidate materials on async instanceColor set
    
    * WebGLRenderer: cleanup
    CodyJasonBennett authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    b8a2003 View commit details
    Browse the repository at this point in the history
  3. Updated builds.

    Mugen87 committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    94a033b View commit details
    Browse the repository at this point in the history
  4. Update github/codeql-action digest to 489225d (#26442)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    98fcbc3 View commit details
    Browse the repository at this point in the history
  5. Update dependency servez to v2 (#26445)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    101d516 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9e580ac View commit details
    Browse the repository at this point in the history
  7. fix: toCreasedNormals(): call toNonIndexed() only on non-indexed geom…

    …etries (#26379)
    
    * BufferGeometryUtils.toCreasedNormals(): call `toNonIndexed()` only on indexed geometries
    
    * update BufferGeometry.toCreasedNormals() documentation
    
    * BufferGeometry.toCreasedNormals() documentation: use more common HTML formatting & remove redundant info
    
    * BufferGeometry.toCreasedNormals() documentation: remove redundant compatibility note
    
    * BufferGeometryUtils.toCreasedNormals(): explain the indexed geometry check in code, not JSDoc
    
    * BufferGeometryUtils.toCreasedNormals(): fix typo: vertors => vectors
    kpvhn authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    1afa3ad View commit details
    Browse the repository at this point in the history
  8. Docs: Clarify units for toCreasedAngle function (#26454)

    * Clarify units
    
    * fix bad docs merge
    gkjohnson authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    4c90d7c View commit details
    Browse the repository at this point in the history
  9. Use default to replicate original meaning of 'none' (#26453)

    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 17, 2023
    Configuration menu
    Copy the full SHA
    9abfda6 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. WebGLRenderer: Fix setRenderTarget()'s activeMipmapLevel (#26347)

    * Ability to set the mip levels of a texture as a render target
    
    * Render to texture's mip levels example
    
    * Render to texture's mip levels example: added a screenshot, fixed errors
    
    * Render to texture's mip levels example: added the example to json files
    
    * Render to texture's mip levels example: updated the screenshot
    
    * Update webgl_materials_cubemap_render_to_mipmaps.html
    
    Clean up.
    
    * Update WebGLRenderer.js
    
    Code style.
    
    * Update WebGLRenderer.js
    
    Code style.
    
    * Update WebGLRenderer.js
    
    Clean up.
    
    ---------
    
    Co-authored-by: Michael Herzog <[email protected]>
    makovkins and Mugen87 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a3c4192 View commit details
    Browse the repository at this point in the history
  2. Updated builds.

    Mugen87 committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    83e47f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7b8a8e7 View commit details
    Browse the repository at this point in the history
  4. Update DataTextureLoader.js

    Add comment.
    Mugen87 authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b2fea48 View commit details
    Browse the repository at this point in the history
  5. WebGPURenderer: Add BumpMapNode (#26449)

    * Add BumpMapNode
    
    * fix default position view
    sunag authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    54119ba View commit details
    Browse the repository at this point in the history
  6. Added documentation for target (#26459)

    * Added documentation for target
    
    * Updated documentation message
    vaughnrichard authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    1d2e0ac View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. WebGPURenderer: Blending revision 1/2 (#26455)

    * Delete NodeRender.js
    
    * TextureNode: Add .setUpdateMatrix()
    
    * WebGPUPipeline: Add .getBlending()
    
    * cleanup
    sunag authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    fe2711f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    714fd18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e12145 View commit details
    Browse the repository at this point in the history
  4. Remove outdated setting of focal length in examples (#26460)

    * Fix setting focal length in effects_anaglyphy example
    
    * Update
    
    * Remove instead
    Methuselah96 authored Jul 19, 2023
    Configuration menu
    Copy the full SHA
    ebbaecf View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

  1. RendererNodes: Add .isToneMappingState (#26463)

    * Renderer: Added .getRenderTarget()
    
    * Nodes: Add .isToneMappingState
    
    * Revert Add getRenderTarget()
    sunag authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    e4db75a View commit details
    Browse the repository at this point in the history
  2. WebGPURenderer: Support MSAA for texture render targets. (#26451)

    * Support MSAA for texture renderTargets
    
    * remove old code
    
    * remove typo
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    afe58df View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39305cf View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2023

  1. Clean up (#26475)

    WestLangley authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    291a16e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0967966 View commit details
    Browse the repository at this point in the history
  3. GLTFLoader: Fix loadAnimation refactor (#26477)

    * GLTFLoader: some code to be accessible from extensions on parser
    
    * move targetNames code earlier
    
    * bring outputAccessor.itemSize switch back
    
    * linting
    hybridherbst authored Jul 22, 2023
    Configuration menu
    Copy the full SHA
    5eba621 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Update devDependencies (non-major) (#26481)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 23, 2023
    Configuration menu
    Copy the full SHA
    6292f9b View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. BufferAttribute: Add generic vector "component" getter / setter (#24515)

    * Add "getComponent", "setComponent" functions
    
    * Update docs
    
    * update docs
    gkjohnson authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    fcd3b77 View commit details
    Browse the repository at this point in the history
  2. Update github/codeql-action digest to 1813ca7 (#26480)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 24, 2023
    Configuration menu
    Copy the full SHA
    a867a45 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11b7b5c View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2023

  1. LightingModel: New class struct (#26486)

    * LightingModel: New class struct
    
    * cleanup
    
    * cleanup
    sunag authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    93996d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a75811 View commit details
    Browse the repository at this point in the history
  3. WebGPURenderer: Iridescence (#26489)

    * LightingModel: New class struct
    
    * cleanup
    
    * cleanup
    
    * AONode: Fix float value
    
    * SpriteNodeMaterial: Force float type in rotation
    
    * PhysicalLightingModel: Add iridescence
    
    * Add webgpu_loader_gltf_iridescence example
    sunag authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    ffd9884 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6311a59 View commit details
    Browse the repository at this point in the history
  5. WebGPURenderer: Fix background (#26493)

    * NodeMaterial: Add .vertexNode
    
    * Renderer: Fix background
    sunag authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    7b7cef6 View commit details
    Browse the repository at this point in the history
  6. Core: WebGLRenderTarget extends RenderTarget (#26468)

    * Core: Add RenderTarget
    
    * WebGPU: Update examples.
    sunag authored Jul 25, 2023
    Configuration menu
    Copy the full SHA
    22e0a8c View commit details
    Browse the repository at this point in the history
  7. Updated builds.

    mrdoob committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    3dabc5a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2023

  1. Configuration menu
    Copy the full SHA
    78acb52 View commit details
    Browse the repository at this point in the history
  2. TGALoader: Bubble parsing errors. (#26497)

    * TGALoader: Bubble parsing errors.
    
    * TGALoader: Clean up.
    Mugen87 authored Jul 26, 2023
    Configuration menu
    Copy the full SHA
    33487fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    eeeffc8 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Updated builds.

    mrdoob committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    af97c8a View commit details
    Browse the repository at this point in the history
  2. r155

    mrdoob committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    b447ff2 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. Loaders: Bubble parsing errors in remaining data texture loaders. (#2…

    …6499)
    
    * Loaders: Bubble parsing errors in remaining data texture loaders.
    
    * DataTextureLoader: Remove obsolete line.
    Mugen87 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    680ce88 View commit details
    Browse the repository at this point in the history
  2. Update constants.js

    Update revision.
    Mugen87 authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    b06cf3c View commit details
    Browse the repository at this point in the history
  3. Manual: Updated monaco-editor to 0.40.0 (#26503)

    * Manual: Updated `monaco-editor` to `latest`
    
    * Manual: Updated `monaco-editor` to `0.40.0`
    linbingquan authored Jul 28, 2023
    Configuration menu
    Copy the full SHA
    5a23f1b View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2023

  1. Update devDependencies (non-major) (#26510)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 30, 2023
    Configuration menu
    Copy the full SHA
    e55831d View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Update github/codeql-action digest to 0ba4244 (#26509)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    7d39540 View commit details
    Browse the repository at this point in the history
  2. Update CompressedArrayTexture.html (#26511)

    Update Chinese translation of CompressedArrayTexture
    newstart0514 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    bd8f05f View commit details
    Browse the repository at this point in the history
  3. Update CSMShader.js (#26506)

    max-sym authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    96c87ca View commit details
    Browse the repository at this point in the history
  4. support alphaToCoverage (#26513)

    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    f605b87 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cefdf9b View commit details
    Browse the repository at this point in the history
  6. Updated builds.

    Mugen87 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    6360fe5 View commit details
    Browse the repository at this point in the history
  7. WebGLRenderer: Remove material condition for unconditional uniforms. (#…

    …26467)
    
    * Remove material specification for unconditional uniforms
    
    * Refactor uniforms.setValue to shared sectoin
    
    * fix lint
    
    * Condition for isOrthographic update
    
    * Update WebGLRenderer.js
    
    Update comment.
    
    ---------
    
    Co-authored-by: Michael Herzog <[email protected]>
    SoprachevAK and Mugen87 authored Jul 31, 2023
    Configuration menu
    Copy the full SHA
    1ad293d View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Configuration menu
    Copy the full SHA
    5c619ba View commit details
    Browse the repository at this point in the history
  2. WebGPURenderer: fix clear() inheriting state from previous render() &…

    … clear() passes.
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Aug 1, 2023
    Configuration menu
    Copy the full SHA
    c848306 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    42beb76 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    6c62b9c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32276ef View commit details
    Browse the repository at this point in the history
  3. Updated builds.

    Mugen87 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    2b71730 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c2c80c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    b1fbdc5 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2023

  1. NodeBuilder: Fix construct() node data (#26533)

    * NodeBuilder: Fix construct() node data
    
    * cleanup
    
    * cleanup
    sunag authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    e5426b0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ded763c View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. OrbitControls: Support frame rate independent autoRotate. (#26472)

    * #26471 Calculation logic idea
    
    * #26471 Update OrbitControls rotation logic to use clock delta
    
    * #26471 Account for large time deltas when user holds pointer or tab is hidden for a long time with autoRotate enabled
    
    * #26471 Simpler implementation in which the clock delta is passed into the OrbitControls update function
    
    * Update OrbitControls.js
    
    Clean up.
    
    * Update webgl2_volume_instancing.html
    
    Clean up.
    
    * Update OrbitControls.js
    
    More clean up.
    
    ---------
    
    Co-authored-by: Joel Goransson <[email protected]>
    Co-authored-by: Michael Herzog <[email protected]>
    3 people authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    5336668 View commit details
    Browse the repository at this point in the history
  2. Docs: Improve OrbitControls page. (#26541)

    * Docs: Improve `OrbitControls` page.
    
    * Examples: Update screenshot.
    
    * E2E: Add webgl2_volume_instancing to exception list.
    Mugen87 authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    6774f1e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f7f778 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Nodes: Add LineDashedNodeMaterial (#26528)

    * Node dashed line
    
    * use properties and allow overrides
    
    * fix for lack of access to vertex flow
    
    * cleanup
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    Co-authored-by: sunag <[email protected]>
    3 people authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    e19a621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74939a6 View commit details
    Browse the repository at this point in the history
  3. Update devDependencies (non-major) (#26545)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 6, 2023
    Configuration menu
    Copy the full SHA
    031bcae View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Configuration menu
    Copy the full SHA
    67c4225 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. Orbitcontrol ZoomToCursor fix (#26549)

    * Fix ZoomToCursor to work with changeable object and object3d
    
    * change code style
    
    * remove object type check and fix coding style
    xiaowangxu authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    50d352f View commit details
    Browse the repository at this point in the history
  2. MeshPhysicalMaterial: Fix default specular docs (#26543)

    MeshPhysicalMaterial: Add missing iridescence docs
    mjurczyk authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    6a91291 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1516e3f View commit details
    Browse the repository at this point in the history
  4. Nodes: add ViewportNode.VIEWPORT (#26540)

    * add viewport.VIEWPORT
    
    * rename accessor
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Aug 8, 2023
    Configuration menu
    Copy the full SHA
    10275da View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2023

  1. Configuration menu
    Copy the full SHA
    5c638c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b16913 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2023

  1. FilmPass: Simplify implementation. (#26573)

    * FilmPass: Simplify implementation.
    
    * Examples: Update screenshots.
    
    * E2E: Add points example to exception list.
    Mugen87 authored Aug 12, 2023
    Configuration menu
    Copy the full SHA
    ee785fc View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2023

  1. Configuration menu
    Copy the full SHA
    3866c3c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5105f24 View commit details
    Browse the repository at this point in the history
  3. Update devDependencies (non-major) (#26578)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 13, 2023
    Configuration menu
    Copy the full SHA
    6c74831 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2023

  1. WebGPURenderer: Occlusion queries with renderer.isOccluded( object ) (

    #26335)
    
    * add support for meshPhongNodeMaterial
    
    * WIP occlusion query WebGPU
    
    * bass query count to backend
    
    * add  new example
    
    * minor cleanup/changes
    
    * cleanup draw conditions - more readable
    
    * add dummy screenshot and remove import
    
    * drop references to objects
    
    * fix issue with multi pass renders.
    
    * address @sunag's recommendation
    
    * add puppeteer exception
    
    * Renderer.isOccluded()
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    Co-authored-by: sunag <[email protected]>
    3 people authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a0cb769 View commit details
    Browse the repository at this point in the history
  2. Update github/codeql-action digest to a09933a (#26577)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 14, 2023
    Configuration menu
    Copy the full SHA
    a04fdad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ed8a785 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2023

  1. Configuration menu
    Copy the full SHA
    c849b5d View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2023

  1. Configuration menu
    Copy the full SHA
    eb25afa View commit details
    Browse the repository at this point in the history
  2. docs: remove ColladaExporter document (#26592)

    * Update list.json
    
    * Delete ColladaExporter.html
    skyclouds2001 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    a12b663 View commit details
    Browse the repository at this point in the history
  3. Update webgl_shaders_ocean.html (#26580)

    * Update webgl_shaders_ocean.html
    
    * Update webgl_shaders_ocean.html
    
    * Update webgl_shaders_ocean.html
    
    * Update webgl_shaders_ocean.html
    
    * Update webgl_shaders_ocean.html
    
    ---------
    
    Co-authored-by: Michael Herzog <[email protected]>
    skyclouds2001 and Mugen87 authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    8d9f8d5 View commit details
    Browse the repository at this point in the history
  4. Object3D: Clone material arrays (#26589)

    * Object3D: Clone material arrays
    
    * Revert unintentional lint fix
    
    * Add tests
    
    * Use shorthand if
    jespertheend authored Aug 16, 2023
    Configuration menu
    Copy the full SHA
    03b6cc6 View commit details
    Browse the repository at this point in the history
  5. Updated builds.

    Mugen87 committed Aug 16, 2023
    Configuration menu
    Copy the full SHA
    dd43da2 View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    f18ebe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    621cd32 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7341c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. SAOPass: Improve performance, fix visuals. (#26599)

    * SAOPass: Improve performance, fix visuals.
    
    * Examples: Update screenshot.
    Mugen87 authored Aug 18, 2023
    Configuration menu
    Copy the full SHA
    b37b76b View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. src: Clean up. (#26603)

    linbingquan authored Aug 19, 2023
    Configuration menu
    Copy the full SHA
    67d574b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3d5ac0 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2023

  1. Configuration menu
    Copy the full SHA
    f9e2a0c View commit details
    Browse the repository at this point in the history
  2. Update actions/setup-node digest to 5e21ff4 (#26618)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 20, 2023
    Configuration menu
    Copy the full SHA
    2a01e13 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Update devDependencies (non-major) (#26619)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6aa90ef View commit details
    Browse the repository at this point in the history
  2. KTX2Loader: Add support for ASTC 6x6 format (#26586)

    * KTX2Loader: Add support for ASTC 6x6 format
    * Add various KTX2 samples
    * Update KTX2 screenshot
    donmccurdy authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    530740c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61846ee View commit details
    Browse the repository at this point in the history
  4. DDSLoader: Add support for BC6H textures. (#26608)

    * Add support for DX10 BC6H textures to DDSLoader
    
    * Add DX10 BC6H related unit tests for constants
    
    * Update DDS example to demonstrate BC6H variants
    
    * Update screenshot and commit build so e2e test passes
    
    * Update DDSLoader.js
    
    Code style clean up.
    
    * Revert adding build files
    
    ---------
    
    Co-authored-by: Michael Herzog <[email protected]>
    CoryG89 and Mugen87 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    f53bb7d View commit details
    Browse the repository at this point in the history
  5. Audio: Prevent null source error in Audio.disconnect() (#26597)

    **Problem**
    
    Audio.disconnect() expects Audio.source is non-null and
    calls Audio.source.disconnect(). But Audio.source is
    initialized as null in the constructor and later it is
    set in .play() or set*() methods.
    
    So if Audio.disconnect() is called before starting to
    play or setting source, it can cause an error when
    attemping to call Audio.source.disconnect()
    
    **Solution**
    
    Add a guard in Audio.disconnect()
    takahirox authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6ce2492 View commit details
    Browse the repository at this point in the history
  6. Updated builds.

    Mugen87 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    eb8f9bd View commit details
    Browse the repository at this point in the history
  7. Utils: export createCanvasElement to public and use it for `WebGPUR…

    …enderer` module (#26601)
    
    * Utils: export `createCanvasElement` to public
    
    * Use `createCanvasElement` for WebGPURenderer
    linbingquan authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    ac40584 View commit details
    Browse the repository at this point in the history
  8. Updated builds.

    Mugen87 committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    1939f3a View commit details
    Browse the repository at this point in the history
  9. Remove SRGB_ALPHA_BPTC_Format. (#26620)

    * Remove `SRGB_ALPHA_BPTC_Format`.
    
    * Examples: Clean up.
    
    * Tests: Clean up.
    Mugen87 authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e8daff9 View commit details
    Browse the repository at this point in the history
  10. Backend.generateMipmaps() (#26609)

    * Backend.generateMipmaps()
    
    * cleanup
    
    * cleanup
    sunag authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    288d411 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Update page.js (#26622)

    ycw authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    7a3cb2e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b6775d View commit details
    Browse the repository at this point in the history
  3. Docs: Clean up. (#26627)

    Mugen87 authored Aug 22, 2023
    Configuration menu
    Copy the full SHA
    0d02218 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a645ee1 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Updated builds.

    sunag committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    65aab16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bb6de2 View commit details
    Browse the repository at this point in the history
  3. refactor clear (#26625)

    ycw authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    ba16e0d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8a215ea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd74d64 View commit details
    Browse the repository at this point in the history
  6. Examples: Clean up. (#26639)

    Mugen87 authored Aug 23, 2023
    Configuration menu
    Copy the full SHA
    52c8584 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. Configuration menu
    Copy the full SHA
    6162a7e View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2023

  1. cleanup .map desc (#26645)

    ycw authored Aug 25, 2023
    Configuration menu
    Copy the full SHA
    c8ceac2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. TSL: textureStore() and example (#26648)

    * TextureStoreNode
    
    * Add exampe: webgpu_compute_texture
    
    * cleanup
    
    * cleanup
    
    * cleanup
    sunag authored Aug 26, 2023
    Configuration menu
    Copy the full SHA
    68c97ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aefda9b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0194798 View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2023

  1. Examples: Improve WebGPURenderer with antialias: true (#26649)

    * Examples: Improve WebGPURenderer with `antialias: true`
    
    * @todo: Check warning
    
    ---------
    
    Co-authored-by: sunag <[email protected]>
    linbingquan and sunag authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    a2df762 View commit details
    Browse the repository at this point in the history
  2. TextureStore example: Remove ShaderNode (#26654)

    * Remove ShaderNode
    
    * cleanup
    sunag authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    01b3638 View commit details
    Browse the repository at this point in the history
  3. Clean up (#26650)

    WestLangley authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    391c8ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6c77fb View commit details
    Browse the repository at this point in the history
  5. Update devDependencies (non-major) (#26657)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 27, 2023
    Configuration menu
    Copy the full SHA
    1b04cd9 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Update actions/checkout digest to f43a0e5 (#26656)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0e486b1 View commit details
    Browse the repository at this point in the history
  2. Vector2|3|4: Use Math.trunc() in roundToZero(). (#26643)

    * use `Math.trunc`
    
    * ci re-run
    ycw authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0c67b52 View commit details
    Browse the repository at this point in the history
  3. WebXRManager: Remove redundant updateMatrixWorld calls (#26201)

    Co-authored-by: Noeri Huisman <[email protected]>
    mrxz and mrxz authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    722cc02 View commit details
    Browse the repository at this point in the history
  4. Updated builds.

    Mugen87 committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    0738cec View commit details
    Browse the repository at this point in the history
  5. Add HashNode (#26663)

    sunag authored Aug 28, 2023
    Configuration menu
    Copy the full SHA
    acf97d0 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2023

  1. WebGPU: Compute Particles (#26655)

    * StorageBuffer: Fix shared material
    
    * StackNode: Use ShaderNode instead of shader
    
    * TSL: storage().toAttribute() and attribute argument for bufferAttribute()
    
    * add `webgpu_compute_particles` example
    
    * add floor friction
    
    * add size option
    
    * precompute colors
    
    * update native hash
    sunag authored Aug 29, 2023
    Configuration menu
    Copy the full SHA
    7050247 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Examples: Improve webgpu_compute_particles.html (#26665)

    * Examples: Improve `webgpu_compute_particles.html`
    
    * fix: Stats name error
    linbingquan authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    d3c862f View commit details
    Browse the repository at this point in the history
  2. WebGLBackend (#26581)

    * Move to webgl-legacy
    
    * WebGLBackend: WIP
    
    * ignore normalMap for now
    
    * WIP
    
    * WIP
    
    * update webgpu examples
    
    * restore
    
    * update webgl node examples to webgl-legacy
    
    * update import of playground to webgl-legacy
    
    * Rename GLSLNodeBuilder -> GLSL1NodeBuilder
    
    * Added GLSL ES 3.0
    
    * cleanup
    
    * update example
    
    * update
    
    * add throw
    sunag authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    9272367 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f8c3786 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f5a023 View commit details
    Browse the repository at this point in the history
  5. WebGPURenderer: Fix and clean up (#26671)

    * WebGLTextureUtils: Fix extension
    
    * WebGPUBackend: Ignore draw() if instanceCount is 0
    
    * close the box line
    sunag authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    bf7996b View commit details
    Browse the repository at this point in the history
  6. WebGPURenderer: Support for multiple render targets (#26409)

    * experimental multi attachment shader
    
    add support for webglmultiplerendertargets wip
    
    * fix logic
    
    * rework to use common path
    
    * cleanup
    
    * added antialias
    
    ---------
    
    Co-authored-by: aardgoose <[email protected]>
    aardgoose and aardgoose authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    1f43ebe View commit details
    Browse the repository at this point in the history
  7. WebGPU Examples: Exposure adjustment (#26672)

    * clean ups
    sunag authored Aug 30, 2023
    Configuration menu
    Copy the full SHA
    b15ab9b View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    22a18f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6b3874a View commit details
    Browse the repository at this point in the history
  3. r156

    mrdoob committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    c02fb47 View commit details
    Browse the repository at this point in the history