|
|
@ -63,13 +63,13 @@ public partial class Viewport3D |
|
|
|
|
|
|
|
|
|
|
|
var a = Viewport3Dx.Items; |
|
|
|
var a = Viewport3Dx.Items; |
|
|
|
#if DEBUG |
|
|
|
#if DEBUG |
|
|
|
Viewport3Dx.ShowViewCube = true; |
|
|
|
//Viewport3Dx.ShowViewCube = true; |
|
|
|
Viewport3Dx.ShowCoordinateSystem = true; |
|
|
|
//Viewport3Dx.ShowCoordinateSystem = true; |
|
|
|
Viewport3Dx.ShowCameraInfo = true; |
|
|
|
//Viewport3Dx.ShowCameraInfo = true; |
|
|
|
Viewport3Dx.ShowCameraTarget = !Viewport3Dx.ShowCameraTarget; |
|
|
|
//Viewport3Dx.ShowCameraTarget = !Viewport3Dx.ShowCameraTarget; |
|
|
|
Viewport3Dx.ShowFrameDetails = !Viewport3Dx.ShowFrameDetails; |
|
|
|
//Viewport3Dx.ShowFrameDetails = !Viewport3Dx.ShowFrameDetails; |
|
|
|
Viewport3Dx.ShowFrameRate = !Viewport3Dx.ShowFrameRate; |
|
|
|
//Viewport3Dx.ShowFrameRate = !Viewport3Dx.ShowFrameRate; |
|
|
|
Viewport3Dx.ShowTriangleCountInfo = !Viewport3Dx.ShowTriangleCountInfo; |
|
|
|
//Viewport3Dx.ShowTriangleCountInfo = !Viewport3Dx.ShowTriangleCountInfo; |
|
|
|
#endif |
|
|
|
#endif |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|