<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [GradientVolumeMaterialOptions](./volume.gradientvolumematerialoptions.md)

## GradientVolumeMaterialOptions interface

梯度体积材质选项

**Signature:**

```typescript
export interface GradientVolumeMaterialOptions extends VolumeMaterialOptions<GradientData3DTexture>, GradientData3DOptions 
```
**Extends:** [VolumeMaterialOptions](./volume.volumematerialoptions.md)<!-- -->&lt;[GradientData3DTexture](./volume.gradientdata3dtexture.md)<!-- -->&gt;, [GradientData3DOptions](./volume.gradientdata3doptions.md)

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [gradient?](./volume.gradientvolumematerialoptions.gradient.md) |  | GradientTextureOptions \| null | _(Optional)_ 数值的梯度映射纹理 |

