From 75db3d1db44c8fb180e4f847c39f3b4a4f6c94ff Mon Sep 17 00:00:00 2001 From: tongg Date: Wed, 25 Dec 2024 23:35:17 +0800 Subject: [PATCH] =?UTF-8?q?feat:3D=E6=A8=A1=E5=9E=8B=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SparkClient.sln.DotSettings.user | 1 + .../SettingPages/ModelColorSetPage.xaml | 2 +- Views/UserControl/Viewport3D.xaml.cs | 8 + .../ViewportData/Entity/ColorConfigEntity.cs | 285 ++++++++++++++++++ .../ViewportData/Helper/CommonHelper.cs | 58 ++++ .../ViewportData/Helper/ViewportHelperPro.cs | 171 ++++++++--- .../ViewportData/Helper/ViewportManager.cs | 43 +-- 7 files changed, 493 insertions(+), 75 deletions(-) create mode 100644 Views/UserControl/ViewportData/Entity/ColorConfigEntity.cs diff --git a/SparkClient.sln.DotSettings.user b/SparkClient.sln.DotSettings.user index 04e2961..2d9f5d5 100644 --- a/SparkClient.sln.DotSettings.user +++ b/SparkClient.sln.DotSettings.user @@ -35,6 +35,7 @@ ForceIncluded ForceIncluded ForceIncluded + ForceIncluded ForceIncluded ForceIncluded ForceIncluded diff --git a/Views/Configuration/SettingPages/ModelColorSetPage.xaml b/Views/Configuration/SettingPages/ModelColorSetPage.xaml index 1a7f7ed..57034b5 100644 --- a/Views/Configuration/SettingPages/ModelColorSetPage.xaml +++ b/Views/Configuration/SettingPages/ModelColorSetPage.xaml @@ -6,7 +6,7 @@ xmlns:local="clr-namespace:SparkClient.Views.Configuration.SettingPages" xmlns:hc="https://handyorg.github.io/handycontrol" mc:Ignorable="d" - d:DesignHeight="300" d:DesignWidth="1000"> + d:DesignHeight="400" d:DesignWidth="1000">