mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-27 06:22:55 +08:00
three.js Add depthPacking field to MeshDepthMaterial (#27318)
* Add depthPacking field to MeshDepthMaterial * Update three-core.d.ts fix whitepsace
This commit is contained in:
1
types/three/three-core.d.ts
vendored
1
types/three/three-core.d.ts
vendored
@@ -2793,6 +2793,7 @@ export class MeshDepthMaterial extends Material {
|
||||
|
||||
wireframe: boolean;
|
||||
wireframeLinewidth: number;
|
||||
depthPacking: DepthPackingStrategies;
|
||||
|
||||
setValues(parameters: MeshDepthMaterialParameters): void;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user