From 1756c0881779f3f644a794af005627aa3254bd11 Mon Sep 17 00:00:00 2001 From: sunhonglei Date: Wed, 22 Jan 2025 13:17:13 +0800 Subject: [PATCH] fix --- Views/UserControl/Viewport3D.xaml.cs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Views/UserControl/Viewport3D.xaml.cs b/Views/UserControl/Viewport3D.xaml.cs index 2a82dc9..7ec18d9 100644 --- a/Views/UserControl/Viewport3D.xaml.cs +++ b/Views/UserControl/Viewport3D.xaml.cs @@ -63,13 +63,13 @@ public partial class Viewport3D var a = Viewport3Dx.Items; #if DEBUG - Viewport3Dx.ShowViewCube = true; - Viewport3Dx.ShowCoordinateSystem = true; - Viewport3Dx.ShowCameraInfo = true; - Viewport3Dx.ShowCameraTarget = !Viewport3Dx.ShowCameraTarget; - Viewport3Dx.ShowFrameDetails = !Viewport3Dx.ShowFrameDetails; - Viewport3Dx.ShowFrameRate = !Viewport3Dx.ShowFrameRate; - Viewport3Dx.ShowTriangleCountInfo = !Viewport3Dx.ShowTriangleCountInfo; + //Viewport3Dx.ShowViewCube = true; + //Viewport3Dx.ShowCoordinateSystem = true; + //Viewport3Dx.ShowCameraInfo = true; + //Viewport3Dx.ShowCameraTarget = !Viewport3Dx.ShowCameraTarget; + //Viewport3Dx.ShowFrameDetails = !Viewport3Dx.ShowFrameDetails; + //Viewport3Dx.ShowFrameRate = !Viewport3Dx.ShowFrameRate; + //Viewport3Dx.ShowTriangleCountInfo = !Viewport3Dx.ShowTriangleCountInfo; #endif }