don't set stencil highlight in Gizmo

This commit is contained in:
Nick Fisher
2024-09-11 18:07:38 +08:00
parent 05305aa27d
commit 6a8f0bda09

View File

@@ -105,7 +105,6 @@ class Gizmo extends AbstractGizmo {
await _viewer.setParent(center, entity, preserveScaling: true);
_boundingBoxController.sink.add(await _viewer.getBoundingBox(x));
await _viewer.setStencilHighlight(_activeEntity!);
}
Future detach() async {