hideBoundingBox abstract method

Future hideBoundingBox(
  1. ThermionAsset asset, {
  2. bool destroy = false,
})

Removes the bounding box for asset from the scene.

If destroy is true, the geometry and material instance for the asset will also be destroyed.

Implementation

Future hideBoundingBox(ThermionAsset asset, {bool destroy = false});