<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [GradientFogPointsMaterial](./volume.gradientfogpointsmaterial.md)

## GradientFogPointsMaterial class

梯度雾点材质

**Signature:**

```typescript
export declare class GradientFogPointsMaterial extends FogPointsMaterial<GradientFogPointsMaterialUniforms> 
```
**Extends:** [FogPointsMaterial](./volume.fogpointsmaterial.md)<!-- -->&lt;[GradientFogPointsMaterialUniforms](./volume.gradientfogpointsmaterialuniforms.md)<!-- -->&gt;

## Remarks

需要 geoometry 有以下属性 - value : 每个顶点都有一个数字类型的值 value - radius : 仅当 useRadius 为 true 时必须；每个顶点都有一个数字类型的半径

材质的 map 属性存储的是梯度图像，用于映射 value 的；

## Constructors

|  Constructor | Modifiers | Description |
|  --- | --- | --- |
|  [(constructor)(options)](./volume.gradientfogpointsmaterial._constructor_.md) |  | Constructs a new instance of the <code>GradientFogPointsMaterial</code> class |

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [isColorFogPointsMaterial](./volume.gradientfogpointsmaterial.iscolorfogpointsmaterial.md) | <code>readonly</code> | (not declared) |  |
|  [range](./volume.gradientfogpointsmaterial.range.md) |  | Vector2 | 数值的映射区间 |

