Stopping new mesh generation

Hi,

What values from the meshing subsystem would be suitable to stop generating new meshes ? I want to disable the mesh generation once I press the bumper (but the existing meshes that were generated should remain).

Hey @Zul01

More commonly disabling the ARMeshManager or and less commonly start() / stop() on an active XRMeshSubsystem should be a way to managed whether you receive active updates. You also have an option of creating a separate copy of the mesh at that time and loading it independent of the Mesh managers.

-Mark