Questions tagged [helix-3d-toolkit]

Helix 3D Toolkit is a collection of custom controls and helper classes for WPF.

Helix Toolkit is a collection of 3D components for .NET framework. Currently, it contains one component that adds functionality to the WPF 3D model (System.Windows.Media.Media3D namespace), and one WPF component that creates a similar scene graph for DirectX (based on SharpDX).

251 questions
0
votes
1 answer

Unexpected output of Transform3D.Transform method in WPF

I need to define a 3D transformation and apply it to a point p ={1000, 0, 0}. For example, say one needs to apply a Pi/2 rotation around the z axis. I defined the transformation using a MatrixTransform3D. From the code below: EXPECTED OUTPUT:…
Nic
  • 1,262
  • 2
  • 22
  • 42
0
votes
1 answer

Helix toolkit Tessellation samples is not rendering model

Able to Build the tessellation sample application provided in the following path: helix-toolkit/Source/Examples/WPF.SharpDX/TessellationDemo/ When I run the application , i did not see any model rendering. refer screenshot. Screen shot of…
v87
  • 27
  • 5
0
votes
2 answers

Draw point where mouse clicked

I'm using HelixToolkit to see and interact with STL files. I need to draw or mark a point clicked by user on the window. I have the coordinates, I know where to draw that point, but I don't know how to draw it, can someone help me? I post some code…
Imrik
  • 674
  • 2
  • 14
  • 32
0
votes
1 answer

How to load Textures and materials using Helix ToolKit?

I am trying to load 3d obj files or 3ds file, it's loaded but unfortunately I am not able to load .mtl files or any textures Any Idea/sample code how to load .mtl files or textures? ---> The 3D models is loaded but in gray color public void…
0
votes
1 answer

How to binding Helix-MeshGeometryVisual3D in codebehind?

How can I implement the following XAML with the Code-Behind?
Maria
  • 344
  • 8
  • 30
0
votes
1 answer

How to refresh HelixToolkit ModelVisual3D content on pressed button?

starting from a basic HelixToolkit example, I am able to render a mesh. In my .xaml file: