Bump diff and three-custom-shader-material in /browser
⚠️ Dependabot is rebasing this PR ⚠️
Rebasing might not happen immediately, so don't worry if this takes some time.
Note: if you make any changes to this PR yourself, they will take precedence over the rebase.
Removes diff. It's no longer used after updating ancestor dependency three-custom-shader-material. These dependencies need to be updated together.
Removes diff
Updates three-custom-shader-material from 5.0.0 to 5.4.0
Changelog
Sourced from three-custom-shader-material's changelog.
Changelog
6.2.0
- Add
CustomShaderMaterial.clone()method- Update regex used to extract main function's body from user's shader code.
6.0.0
Rewritten from scratch, now with no dependencies, optimized performance and better type inference.
- Add
csm_Iridescence- Add
csm_Transmission- Add
csm_Thickness- Add
csm_UnlitFac
- Mix factor between lit (
csm_DiffuseColor) and unlit (csm_FragColor) shading.- [BREAKING]: Removed official support for extending third-party materials and materials that already use
onBeforeCompile.
- This is due to the complexity of the implementation and the lack of a good way to handle it.
- You can still extend materials, they may or may not work as expected.
5.5.0
[BREAKING]: Your shader code is now scoped!
- Now you will not have token redefinition errors within your shader when using tokens already used by Three. For example
mvPosition.- Please note that attributes, uniforms and varying cannot be scoped and will still cause errors if redefined. For example
vUv- Shader code should not be broken. However,
patchMapsmight be, depending on your implementation. Please open an issue and I may help you fix it.[BREAKING]: Made generic type T required for vanilla
CustomShaderMaterial<T>class.
- This facilitates better type inference for the base material props in vanilla contexts. React remains unchanged.
Add
csm_Clearcoat
- Clearcoat factor
Add
csm_ClearcoatRoughness
- Clearcoat roughness factor
Add
csm_ClearcoatNormal
- Perturbation to the fragment normal used for clearcoat shading
Refactor out string manipulations using
glsl-tokenizer,glsl-token-functionsandglsl-token-stringmaking recompilation more performant and less error-prone.5.3.4
- Fix for Three r0.150.2
5.3.0
- Add
csm_bump5.2.0
... (truncated)
Commits
- See full diff in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.