Explorar el Código

MeshStandardMaterial.d.ts: Removed evergyPreservation.

Mr.doob hace 6 años
padre
commit
2dfbb5dd54
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      src/materials/MeshStandardMaterial.d.ts

+ 0 - 2
src/materials/MeshStandardMaterial.d.ts

@@ -29,7 +29,6 @@ export interface MeshStandardMaterialParameters extends MaterialParameters {
 	alphaMap?: Texture;
 	envMap?: Texture;
 	envMapIntensity?: number;
-	energyPreservation?: boolean;
 	refractionRatio?: number;
 	wireframe?: boolean;
 	wireframeLinewidth?: number;
@@ -67,7 +66,6 @@ export class MeshStandardMaterial extends Material {
 	alphaMap: Texture | null;
 	envMap: Texture | null;
 	envMapIntensity: number;
-	energyPreservation: boolean;
 	refractionRatio: number;
 	wireframe: boolean;
 	wireframeLinewidth: number;