<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [createColorFogPoints](./volume.createcolorfogpoints.md)

## createColorFogPoints() function

创建颜色雾点

**Signature:**

```typescript
export declare function createColorFogPoints(options: CreateColorFogPointsOptions): Points<BufferGeometry<import("three").NormalBufferAttributes>, ColorFogPointsMaterial>;
```

## Parameters

|  Parameter | Type | Description |
|  --- | --- | --- |
|  options | [CreateColorFogPointsOptions](./volume.createcolorfogpointsoptions.md) |  |

**Returns:**

Points&lt;BufferGeometry&lt;import("three").NormalBufferAttributes&gt;, [ColorFogPointsMaterial](./volume.colorfogpointsmaterial.md)<!-- -->&gt;


