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