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

fix(WebGLRenderer): physicallyCorrectLights => useLegacyLights #373

Closed
wants to merge 31 commits into from
Closed

fix(WebGLRenderer): physicallyCorrectLights => useLegacyLights #373

wants to merge 31 commits into from

Commits on Jan 30, 2023

  1. Configuration menu
    Copy the full SHA
    88431c2 View commit details
    Browse the repository at this point in the history
  2. r149

    joshuaellis committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    e49e750 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4f948d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    17b4f7e View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Update MarchingCubes.d.ts to include missing signature for update() (#…

    …333)
    
    * Update MarchingCubes.d.ts to include missing signature for update() method
    
    * contributor
    jackbonaguro authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    ea243f4 View commit details
    Browse the repository at this point in the history
  2. add 0b5vr as a contributor for maintenance, review, and bug (#334)

    Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
    allcontributors[bot] authored Jan 31, 2023
    Configuration menu
    Copy the full SHA
    56ec692 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    539d058 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    08f669a View commit details
    Browse the repository at this point in the history
  3. Configure Renovate (#341)

    * Add renovate.json
    
    * Update config
    
    * Prettier
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Nathan Bierema <[email protected]>
    renovate[bot] and Methuselah96 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    7c4b432 View commit details
    Browse the repository at this point in the history
  4. chore(deps): update actions/setup-node action to v3 (#346)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    e90a3aa View commit details
    Browse the repository at this point in the history
  5. chore(deps): update actions/checkout action to v3 (#345)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    bcf0b7a View commit details
    Browse the repository at this point in the history
  6. chore(deps): update dependency prettier to v2.8.3 (#344)

    * chore(deps): update dependency prettier to v2.8.3
    
    * Update formatting
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Nathan Bierema <[email protected]>
    renovate[bot] and Methuselah96 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    c1931f8 View commit details
    Browse the repository at this point in the history
  7. Add exports field to package.json (#340)

    * Add exports field to package.json
    
    * Add files to tsconfig.json
    
    * Add files to OTHER_FILES.txt
    
    * Remove files from tsconfig.json
    
    * Remove redundant license
    
    * Remove dependency
    Methuselah96 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    400332f View commit details
    Browse the repository at this point in the history
  8. chore(deps): update dependency husky to v8 (#347)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    3753c40 View commit details
    Browse the repository at this point in the history
  9. Fix Earcut.triangulate return value (#348)

    ### Other changes
    
    - Make the last two parameters optional
    - Export a const instead of using a namespace
    Methuselah96 authored Feb 6, 2023
    Configuration menu
    Copy the full SHA
    2abec4a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

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

Commits on Feb 13, 2023

  1. check color names (#350)

    * check color names
    
    * prettier
    
    * recognize #hex and rgb/hsl colors
    
    * Remove broken string length constraint
    rotu authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3382f01 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2023

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

Commits on Feb 24, 2023

  1. Fix usage with "module": "nodenext" (#356)

    * Fix usage with "module": "nodenext"
    
    * Add to OTHER_FILES
    Methuselah96 authored Feb 24, 2023
    Configuration menu
    Copy the full SHA
    d39ea62 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2023

  1. Cleanup deprecated code and Update documentation for BufferGeometry a…

    …nd BufferAttribute (#335)
    
    * chore: remove deprecated code
    
    Clean up BufferGeometry
    
    * chore: remove deprecated code
    
    Clean up some old classes
    
    * chore: add contributor
    
    * docs: correct spelling and naming
    
    * docs: update TSDocs with the lastest threeJs Documentation
    
    * style: run prettier
    
    * docs: fix lint
    
    * docs: Update TSDocs for BufferAttribute
    
    * docs: update TSDocs for BufferAttribute
    
    * docs: update TSDocs for BufferGeometry
    
    * docs: update docs links
    
    * chore: cleanUp reference not needed anymore
    rafaelsc authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    2ab523f View commit details
    Browse the repository at this point in the history
  2. Update documentation for ThreeJS Core Classes (#354)

    * docs: Update TSDoc for Clock
    
    Update TSDocs with the latest Three JS Documentation.
    
    * docs: Update TSDoc for Clock
    
    * docs: Update TSDoc for EventDispatcher
    
    * docs: Add TSDocs for UniformsGroup
    
    UniformsGroup don't have a official ThreeJS Documentation
    
    * chore: Run prettier
    
    * docs: Add TSDocs for Layers
    
    * fix: Replace param Names to the same as the Docs
    
    * docs: Add TSDocs to GLBufferAttribute
    
    * docs: Update Docs
    
    * docs: Update TSDocs for InterleavedBuffer
    
    * docs: Update TSDocs
    
    * docs: Update TSDocs
    
    * chore: Code Format
    
    * docs: Update TSDocs for InstancedBufferGeometry
    
    * docs: Update TSDocs for InstancedInterleavedBuffer
    
    * chore: Remove deprecated code
    
    * chore: Add Missing Member
    
    * docs: Update TSDocs for Uniform
    
    * chore: Remove deprecated code
    
    * docs: Update TSDocs for InstancedBufferAttribute
    
    * docs: Update TSDocs
    
    * chore: update const flag type
    
    * docs: Update TSDocs for InterleavedBufferAttribute
    
    * chore: Code Format
    
    * docs: Update TSDocs
    
    * docs: Update TSDocs for Raycaster
    
    * ocs: Update TSDocs for Object3D
    
    * docs: fix Docs Link
    
    * docs: update TSDocs for Clock
    
    Co-authored-by: 0b5vr <[email protected]>
    
    * docs: update TSDOCs for GLBufferAttribute
    
    Co-authored-by: 0b5vr <[email protected]>
    
    * docs: Update TSDoc for InterleavedBufferAttribute
    
    * docs: Update TSDocs for EventDispatcher
    
    ---------
    
    Co-authored-by: 0b5vr <[email protected]>
    rafaelsc and 0b5vr authored Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d99a0ff View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. chore(deps): update all non-major dependencies (#360)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0507651 View commit details
    Browse the repository at this point in the history
  2. chore(deps): update dependency prettier to v2.8.4 (#361)

    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    renovate[bot] authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    39d62cf View commit details
    Browse the repository at this point in the history
  3. chore(deps): lock file maintenance (#362)

    * chore(deps): lock file maintenance
    
    * Remove PCD Loader from OTHER_FILES
    
    See DefinitelyTyped/DefinitelyTyped#64515.
    
    ---------
    
    Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
    Co-authored-by: Nathan Bierema <[email protected]>
    renovate[bot] and Methuselah96 authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    12a74d8 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    a3c3b8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    945a43d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6127cbb View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. Configuration menu
    Copy the full SHA
    387be2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74692d2 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

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