gl-draw 0.18.13 → 0.18.15
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/dist/index.d.ts +2 -0
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2516,6 +2516,7 @@ declare class Pencil {
|
|
|
2516
2516
|
alpha: boolean;
|
|
2517
2517
|
outputColorSpace: "srgb";
|
|
2518
2518
|
logarithmicDepthBuffer: boolean;
|
|
2519
|
+
reversedDepthBuffer: boolean;
|
|
2519
2520
|
preserveDrawingBuffer: boolean;
|
|
2520
2521
|
stencil: boolean;
|
|
2521
2522
|
depth: boolean;
|
|
@@ -2792,6 +2793,7 @@ declare interface RendererParams {
|
|
|
2792
2793
|
preserveDrawingBuffer: boolean;
|
|
2793
2794
|
stencil: boolean;
|
|
2794
2795
|
depth: boolean;
|
|
2796
|
+
reversedDepthBuffer: boolean;
|
|
2795
2797
|
}
|
|
2796
2798
|
|
|
2797
2799
|
declare type Resource = Object3D | Material | Texture | BufferGeometry | BaseObject | HTMLVideoElement;
|