<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [FogPointsMaterialOptions](./volume.fogpointsmaterialoptions.md) &gt; [useRadius](./volume.fogpointsmaterialoptions.useradius.md)

## FogPointsMaterialOptions.useRadius property

是否使用 geometry 中的 radius 属性

**Signature:**

```typescript
useRadius?: boolean;
```

## Remarks

如果为 true，geometry 中需要定义 radius 属性；

