<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [SphereFogMaterialUniforms](./volume.spherefogmaterialuniforms.md)

## SphereFogMaterialUniforms interface

球形雾的 uniforms

**Signature:**

```typescript
export interface SphereFogMaterialUniforms 
```

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [color](./volume.spherefogmaterialuniforms.color.md) |  | IUniform&lt;Color&gt; |  |
|  [exp](./volume.spherefogmaterialuniforms.exp.md) |  | IUniform&lt;number&gt; |  |
|  [isDoubleSide](./volume.spherefogmaterialuniforms.isdoubleside.md) |  | IUniform&lt;boolean&gt; |  |
|  [opacity](./volume.spherefogmaterialuniforms.opacity.md) |  | IUniform&lt;number&gt; |  |
|  [solid](./volume.spherefogmaterialuniforms.solid.md) |  | IUniform&lt;number&gt; |  |

