<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@three3d/volume](./volume.md) &gt; [VolumeMesh](./volume.volumemesh.md) &gt; [autoUpdateGeometry](./volume.volumemesh.autoupdategeometry.md)

## VolumeMesh.autoUpdateGeometry property

是否自动更新几何体

**Signature:**

```typescript
autoUpdateGeometry: boolean;
```

## Remarks

当启动该选项后，在 VolumeMesh 监测到 material 变更时，会自动更新 geometry 的相关选项，以适应新的 体积材质

