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

Conversation

CodyJasonBennett
Copy link
Contributor

Why

Mirrors #372 where WebGLRenderer.physicallyCorrectLights was renamed to WebGLRenderer.useLegacyLights, also inverted (mrdoob/three.js#24975).

What

I've removed the old signature altogether, even deprecated.

Checklist

  • Checked the target branch (current goes master, next goes dev)
  • Added myself to contributors table
  • Ready to be merged

joshuaellis and others added 30 commits January 30, 2023 08:34
…333)

* Update MarchingCubes.d.ts to include missing signature for update() method

* contributor
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
* 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]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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]>
* 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
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
### Other changes

- Make the last two parameters optional
- Export a const instead of using a namespace
* check color names

* prettier

* recognize #hex and rgb/hsl colors

* Remove broken string length constraint
* Fix usage with "module": "nodenext"

* Add to OTHER_FILES
…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
* 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]>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
* 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]>
@Methuselah96
Copy link
Contributor

Should probably be based against dev since it's for r150.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants