@react-three/drei 10.8.0-alpha.1 → 11.0.0-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/core/_chunks/libs/tunnel-rat.mjs +11 -11
- package/core/_chunks/libs/zustand.mjs +3 -3
- package/core/core/index.d.mts +150 -150
- package/core/core/index.mjs +646 -646
- package/index.d.mts +5 -5
- package/native/_chunks/libs/tunnel-rat.mjs +11 -11
- package/native/_chunks/libs/zustand.mjs +3 -3
- package/native/native/index.d.mts +164 -164
- package/native/native/index.mjs +765 -765
- package/package.json +1 -1
- package/webgpu/webgpu/index.d.mts +1 -1
package/package.json
CHANGED
|
@@ -1726,7 +1726,7 @@ declare const Mask: ForwardRefComponent<MaskProps, THREE$2.Mesh>;
|
|
|
1726
1726
|
declare function useMask(id: number, inverse?: boolean): {
|
|
1727
1727
|
stencilWrite: boolean;
|
|
1728
1728
|
stencilRef: number;
|
|
1729
|
-
stencilFunc:
|
|
1729
|
+
stencilFunc: 514 | 517;
|
|
1730
1730
|
stencilFail: 7680;
|
|
1731
1731
|
stencilZFail: 7680;
|
|
1732
1732
|
stencilZPass: 7680;
|