@three3d/volume
Version:
@three3d/volume 提供了 ThreeJS 的云效果,包括:点状云、线状云、热力云
14 lines (8 loc) • 448 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/volume](./volume.md) > [TransferableGradientOptions](./volume.transferablegradientoptions.md) > [points](./volume.transferablegradientoptions.points.md)
## TransferableGradientOptions.points property
热力点列表
**Signature:**
```typescript
points?: (TransferableGradientFeature & IVector3)[] | null;
```