Skip to content

Commit

Permalink
Docs: Improve material pages. (#1437)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Dec 15, 2024
1 parent 1515516 commit a1ccd68
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions types/three/src/materials/MeshDepthMaterial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,10 +62,5 @@ export class MeshDepthMaterial extends Material {
*/
wireframeLinewidth: number;

/**
* @default false
*/
fog: boolean;

setValues(parameters: MeshDepthMaterialParameters): void;
}
5 changes: 0 additions & 5 deletions types/three/src/materials/MeshDistanceMaterial.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,5 @@ export class MeshDistanceMaterial extends Material {
*/
displacementBias: number;

/**
* @default false
*/
fog: boolean;

setValues(parameters: MeshDistanceMaterialParameters): void;
}

0 comments on commit a1ccd68

Please sign in to comment.