Skip to content

Commit

Permalink
change: Remove .format from Material
Browse files Browse the repository at this point in the history
See: mrdoob/three.js#23219

It will be replaced with .alphaWrite later

See: mrdoob/three.js#23166
  • Loading branch information
0b5vr committed Jan 27, 2022
1 parent 14ccf31 commit 77b8bcc
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions types/three/src/materials/Material.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,12 +181,6 @@ export class Material extends EventDispatcher {
*/
fog: boolean;

/**
* When this property is set to THREE.RGBFormat, the material is considered to be opaque and alpha values are ignored.
* @default THREE.RGBAFormat
*/
format: PixelFormat;

/**
* Unique number of this material instance.
*/
Expand Down

0 comments on commit 77b8bcc

Please sign in to comment.