hideBoundingBox abstract method
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});