@three3d/volume
Version:
@three3d/volume 提供了 ThreeJS 的云效果,包括:点状云、线状云、热力云
26 lines (14 loc) • 811 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/volume](./volume.md) > [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<BufferGeometry<import("three").NormalBufferAttributes>, [ColorFogPointsMaterial](./volume.colorfogpointsmaterial.md)<!-- -->>