don't set stencil highlight in Gizmo

This commit is contained in:
Nick Fisher
2024-09-11 18:07:38 +08:00
parent 3684eb248c
commit 8bd2416bad

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 {