<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [FogPointsMaterialUniforms](./volume.fogpointsmaterialuniforms.md)

## FogPointsMaterialUniforms interface

雾点材质的 uniforms

**Signature:**

```typescript
export interface FogPointsMaterialUniforms extends Omit<PointsUniforms, "diffuse" | "uvTransform" | "alphaMap"> 
```
**Extends:** Omit&lt;[PointsUniforms](./volume.pointsuniforms.md)<!-- -->, "diffuse" \| "uvTransform" \| "alphaMap"&gt;

## Properties

|  Property | Modifiers | Type | Description |
|  --- | --- | --- | --- |
|  [exp](./volume.fogpointsmaterialuniforms.exp.md) |  | IUniform&lt;number&gt; |  |
|  [solid](./volume.fogpointsmaterialuniforms.solid.md) |  | IUniform&lt;number&gt; |  |
|  [star](./volume.fogpointsmaterialuniforms.star.md) |  | IUniform&lt;boolean&gt; |  |

