From bb2e07b7b863e97b268db664a7e1ea5f23521142 Mon Sep 17 00:00:00 2001 From: Max Ammann Date: Mon, 11 Nov 2024 16:07:03 +0100 Subject: [PATCH] Move code to tessellation_new.rs --- .idea/runConfigurations/Run_demo__debug_.xml | 1 + maplibre/src/legacy/layout/symbol_feature.rs | 2 +- maplibre/src/legacy/shaping.rs | 2 - maplibre/src/legacy/style_types.rs | 5 +- maplibre/src/sdf/mod.rs | 4 +- maplibre/src/sdf/tessellation_new.rs | 172 ++++++++++++------ maplibre/src/vector/process_vector.rs | 175 +------------------ 7 files changed, 130 insertions(+), 231 deletions(-) diff --git a/.idea/runConfigurations/Run_demo__debug_.xml b/.idea/runConfigurations/Run_demo__debug_.xml index ef52bbb6a..30da9ba7f 100644 --- a/.idea/runConfigurations/Run_demo__debug_.xml +++ b/.idea/runConfigurations/Run_demo__debug_.xml @@ -1,5 +1,6 @@ +