<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [SphereFogMaterialOptions](./volume.spherefogmaterialoptions.md)

## SphereFogMaterialOptions interface

球形雾材质选项

**Signature:**

```typescript
export interface SphereFogMaterialOptions 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [color?](./volume.spherefogmaterialoptions.color.md) |  | Color \| null | _(Optional)_ 球形雾的颜色 |
|  [exp?](./volume.spherefogmaterialoptions.exp.md) |  | number \| null | _(Optional)_ 雾的衰减指数 |
|  [opacity?](./volume.spherefogmaterialoptions.opacity.md) |  | number \| null | _(Optional)_ 透明度 |
|  [side?](./volume.spherefogmaterialoptions.side.md) |  | Side \| undefined | _(Optional)_ Mesh三角形的渲染面 |
|  [solid?](./volume.spherefogmaterialoptions.solid.md) |  | number \| null | _(Optional)_ 实心因子 |

