|
@@ -17,7 +17,8 @@ export interface MeshPhysicalMaterialParameters
|
|
|
}
|
|
|
|
|
|
export class MeshPhysicalMaterial extends MeshStandardMaterial {
|
|
|
- constructor(parameters: MeshPhysicalMaterialParameters);
|
|
|
+
|
|
|
+ constructor( parameters: MeshPhysicalMaterialParameters );
|
|
|
|
|
|
defines: any;
|
|
|
reflectivity: number;
|
|
@@ -27,4 +28,5 @@ export class MeshPhysicalMaterial extends MeshStandardMaterial {
|
|
|
|
|
|
clearCoatNormalScale: Vector2;
|
|
|
clearCoatNormalMap: Texture | null;
|
|
|
+
|
|
|
}
|