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

UV Mapping in Blend for Visual Studio

I'm trying to use a model that I created in Blender in a WPF application. In Blender everything works/looks great. When I export to .OBJ the UV mappings are completely lost, resulting in the textures being applied incorrectly. I've read up on UV…
Patrick Dench
  • 813
  • 2
  • 9
  • 27
0
votes
2 answers

getting vertex points of GeometryModel3D to draw a wireframe

I've loaded a 3d model using Helix toolking like this modelGroupScull = importer.Load("C:\\Users\\Robert\\Desktop\\a.obj"); GeometryModel3D modelScull = (GeometryModel3D)modelGroupScull.Children[0]; and I also have _3DTools that can draw lines from…
Roger Travis
  • 8,402
  • 18
  • 67
  • 94
0
votes
1 answer

Helix 3D Toolkit - An object reference is required for the non-static field

I'm trying to load a 3d model into WPF's 3d view using Model3DGroup groupLoad = HelixToolkit.Wpf.ModelImporter.Load("C:\\Users\\x\\Desktop\\sc.3ds"); Yet it throws me An object reference is required for the non-static field, method, or property…
Roger Travis
  • 8,402
  • 18
  • 67
  • 94
0
votes
1 answer

Creating a solid cube in helix toolkit?

I want to create a solid cube in helix toolkit in wpf . Assume that a solid cube around a pipe and I want to intersect it so that I can see half pipe and half solid cube . Please help me . Thanks in advance .
-1
votes
1 answer

GridLine does not appear when I bind data with MVVM in Helixtoolkit

As I mentioned in the title, the GridLine is not displayed in the Helixtoolkit MVVM instance. I couldn't find the source of the problem. My application is as follows.
voltac
  • 33
  • 7
-1
votes
1 answer

How to convert project made with Helixtoolkit to SharpDX?

There is a 3D simulation I made with helixtoolkit.wpf, but it is not effective at all in terms of performance. How can I adapt this project to SharpDX? I could hardly find any information about it on the internet. Is there a resource or shortcut you…
-1
votes
1 answer

How do I implement a cutting plane functionality using HelixToolkit.Wpf.Sharpdx?

I can't find a working example of a cutting plane implementation for HelixToolkit.Wpf.SharpDX. I hope to achieve something simpler than the HelixToolkit.Wpf cutting plane which can be invoqued by shift+clic anywhere on the displayed model. I'll be…
-1
votes
1 answer

Binding on ImageSource is not showing in ImageBrush

I'm generating bitmaps in the Code and want to display it on the GUI. But the is not showing them as BitmapSource/ImageSource. Just like as an invisible image in the 3D part. On the (not the 3D part) it shows as wanted. I also…
Bergi9
  • 1
  • 3
-1
votes
3 answers

Importing .FBX files

I'm new to WPF and I'm trying to add animated/rigged 3D objects using Helix toolkit but I can't import fbx files. Is there a way to import fbx files into WPF?
shesharp
  • 345
  • 2
  • 13
-1
votes
1 answer

Helix toolkit: Importing OBJ file gives odd UV results in diffuse texture map

The link below is a 7zip package containing the blender scene, exported obj file, material and textures. When I load the obj in MeshLab it looks great although the normal bump map does not appear to work in meshlab, the diffuse texture is perfect.…
-2
votes
1 answer

How do I convert the following xaml statement to code?

Similar questions were asked many times, but I cannot quite make them work. How would I create C# version of the following xalm statement:
I. Konuk
  • 59
  • 8
1 2 3
16
17