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 }