@three3d/volume
Version:
@three3d/volume 提供了 ThreeJS 的云效果,包括:点状云、线状云、热力云
23 lines (14 loc) • 818 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@three3d/volume](./volume.md) > [GradientData3DOptions](./volume.gradientdata3doptions.md)
## GradientData3DOptions interface
梯度 Data3D 选项
**Signature:**
```typescript
export interface GradientData3DOptions
```
## Properties
| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [discardOut?](./volume.gradientdata3doptions.discardout.md) | | boolean \| null | _(Optional)_ 是否丢弃超出映射范围的数值 |
| [range?](./volume.gradientdata3doptions.range.md) | | IVector2 \| null | _(Optional)_ 数值的映射区间 |
| [voidRange?](./volume.gradientdata3doptions.voidrange.md) | | IVector2 \| null | _(Optional)_ 空值的范围 |