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

change (Material): remove alphaWrite #167

Merged
merged 7 commits into from
Mar 1, 2022

Conversation

0b5vr
Copy link
Contributor

@0b5vr 0b5vr commented Jan 28, 2022

Why

To catch up with 0.137.3

What

Checklist

  • Checked the target branch (current goes master, next goes dev)
    • 0.137.3 change should go master , am I right
  • Added myself to contributors table
  • Ready to be merged

CodyJasonBennett and others added 7 commits January 27, 2022 09:02
* Fix Missing Property in Raycaster

Adds uv2 to Intersection interface to more accurately reflect the original documentation.

See: (https://threejs.org/docs/#api/en/core/Raycaster.intersectObject)[https://threejs.org/docs/#api/en/core/Raycaster.intersectObject]
This has been submitted in response to Josh's request in (this PR)[DefinitelyTyped/DefinitelyTyped#58462]

* Add name to contributors
* feat: autodetect sRGB compression

* feat: remove inline sRGB decode

* chore: remove roughness mipmapper

* feat: added constant SRGB8

* feat: WebGLCubeUVMaps: Add support for render targets

* chore: Remove RGBFormat (three-types#159)

* change: Remove RGBFormat

See: mrdoob/three.js#23223
See: mrdoob/three.js#23228

* change: Remove .format from Material

See: mrdoob/three.js#23219

It will be replaced with .alphaWrite later

See: mrdoob/three.js#23166

* test: remove use of RGBFormat from a test case

* feat: add LDrawUtils

* chore: make ConvexGeometry points optional

* chore: remove RGBIntegerFormat

* feat: Box3 now supports computing minimal bounds for setFromObject

* feat(Material): Add a new property .alphaWrite (three-types#161)

Since it's undocumented I could not fill the doc comment properly,,,

See: mrdoob/three.js#23166

* chore: remove UnsignedShort565Type

* chore: remove RoomEnvironment from OTHER_FILES

* chore: remove LDrawLoader from OTHER_FILES

* chore: fix linting

* chore: fix linting

Co-authored-by: 0b5vr <[email protected]>
@mrdoob
Copy link

mrdoob commented Jan 28, 2022

Sorry for the confusion. Yes, that PR got incorrectly merged into dev.

I solved that by merging the branch into master locally, recompiled/npm-published and then force-merged master into dev.

@joshuaellis joshuaellis changed the base branch from master to dev March 1, 2022 08:32
@joshuaellis joshuaellis merged commit 9a6bdbf into three-types:dev Mar 1, 2022
@0b5vr 0b5vr deleted the remove-alphawrite branch March 1, 2022 10:15
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.

5 participants