|
@@ -16,6 +16,7 @@ export interface MeshPhysicalMaterialParameters
|
|
|
|
|
|
clearcoatNormalScale?: Vector2;
|
|
clearcoatNormalScale?: Vector2;
|
|
clearcoatNormalMap?: Texture | null;
|
|
clearcoatNormalMap?: Texture | null;
|
|
|
|
+ transparency?: number;
|
|
}
|
|
}
|
|
|
|
|
|
export class MeshPhysicalMaterial extends MeshStandardMaterial {
|
|
export class MeshPhysicalMaterial extends MeshStandardMaterial {
|