<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [FogPointsMaterial](./volume.fogpointsmaterial.md) &gt; [(constructor)](./volume.fogpointsmaterial._constructor_.md)

## FogPointsMaterial.(constructor)

Constructs a new instance of the `FogPointsMaterial` class

**Signature:**

```typescript
constructor(options?: FogPointsMaterialOptions, shaderMaterialParameters?: ShaderMaterialParameters | null);
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | [FogPointsMaterialOptions](./volume.fogpointsmaterialoptions.md) | _(Optional)_ |
|  shaderMaterialParameters | ShaderMaterialParameters \| null | _(Optional)_ |

