<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [ExampleVolumeMaterial\_1Options](./volume.examplevolumematerial_1options.md)

## ExampleVolumeMaterial\_1Options interface

体积材质选项

**Signature:**

```typescript
export interface ExampleVolumeMaterial_1Options 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [clim?](./volume.examplevolumematerial_1options.clim.md) |  | Vector2 \| null | _(Optional)_ 映射区间 |
|  [gradient?](./volume.examplevolumematerial_1options.gradient.md) |  | GradientTextureOptions \| null | _(Optional)_ 颜色映射纹理 |
|  [map?](./volume.examplevolumematerial_1options.map.md) |  | Data3DTexture \| null | _(Optional)_ 三维纹理 |
|  [style?](./volume.examplevolumematerial_1options.style.md) |  | [VolumeRenderStyle](./volume.volumerenderstyle.md) \| null | _(Optional)_ 渲染样式 |
|  [threshold?](./volume.examplevolumematerial_1options.threshold.md) |  | number \| null | _(Optional)_ 渲染最低阈值 |

