From fc5cce71b719f6d04e58b14da15f284d23f34891 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 20 Sep 2024 14:05:14 +0800 Subject: [PATCH] export geometry from thermion_dart --- thermion_dart/lib/thermion_dart.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/thermion_dart/lib/thermion_dart.dart b/thermion_dart/lib/thermion_dart.dart index 9dfc2f26..de91b2e7 100644 --- a/thermion_dart/lib/thermion_dart.dart +++ b/thermion_dart/lib/thermion_dart.dart @@ -2,3 +2,4 @@ library filament_dart; export 'thermion_dart/thermion_viewer.dart'; export 'thermion_dart/entities/entity_transform_controller.dart'; +export 'thermion_dart/utils/geometry.dart';