maunv

Results 16 issues of maunv

I discover a bug in case: turn off then turn on IsViewCubeEdgeClicksEnabled property of HelixViewport3D. The ViewCubeVisual3D can't work right "Cube Edge Clicks". I'm using Helix Toolkit.WPF See my video...

bug
help wanted
WPF

I think we need a feature for the style of LinesVisual3D like this: ![Capture](https://user-images.githubusercontent.com/48544354/173239986-0be0a55e-d207-40b8-a5b8-75780b8b3cd5.PNG)

you take it
WPF
Feature Request

Microsoft.Xna.Framework.Game.Window.Title does not set the correct title in it's constructor . See my code ``` internal class UnitCircle: Game { public UnitCircle() { this.Window.Title = "Unit Circle"; } } ```...

Should we remove obsolete members in V3 ?

RectangleSelection , The selected scan area is beyond the control's range of Helix Viewport3D Wpf, It takes over other control space. I have try HelixViewport3D.ClipToBounds = true. but it does...

I want to add some buttons (like the home button in the image below) in the ViewCube viewport of HelixViewport3D ( it is like the buttons of Revit/AutoCAD software). These...

![image](https://github.com/helix-toolkit/helix-toolkit/assets/48544354/4fe76df0-6940-4360-9863-44a6ecc5662f) ref https://github.com/helix-toolkit/helix-toolkit/tree/develop/Source/Examples/WPF/ExampleBrowser/Workitems/Workitem10054

I'm trying to use the C# code behind to create a TranslateManipulator with cutting plane and rectangleVisual3D. But I see that, I can not set position for TranslateManipulator if I...

1. Cutting Plane not exactly When I init a CuttingPlaneGroup with a CubeVisual3D cutting by 2 plane 3D like Example. The planes cut the cube not exactly. ![image](https://user-images.githubusercontent.com/48544354/230935886-2eec3e5a-35aa-4145-a9bc-a14828f1025a.png) 2. BillboardVisual3D,...

you take it
WPF

Helix-toolkit wpf has any Input control like a textbox in viewport3d like to be BillboardTexboxInput control ?. Standard textbox wpf is distorted when the user rotated camera in the viewport3d

question
WPF