<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [createGradientFogPoints](./volume.creategradientfogpoints.md)

## createGradientFogPoints() function

创建梯度雾点

**Signature:**

```typescript
export declare function createGradientFogPoints(options: CreateGradientFogPointsOptions): Points<BufferGeometry<import("three").NormalBufferAttributes>, GradientFogPointsMaterial>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | [CreateGradientFogPointsOptions](./volume.creategradientfogpointsoptions.md) |  |

**Returns:**

Points&lt;BufferGeometry&lt;import("three").NormalBufferAttributes&gt;, [GradientFogPointsMaterial](./volume.gradientfogpointsmaterial.md)<!-- -->&gt;


