提交 2dfbb5dd 编写于 作者: M Mr.doob

MeshStandardMaterial.d.ts: Removed evergyPreservation.

上级 317da443
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册