
+3
Show wireframe as quads with Helix and SharpDX
Hello,
Is it possible to get this effect ( Connected Mesh to QuadFaces ) in the viewportDX when a .OBJ model is readed on it?.
I'm using HelixToolkit.Wpf.SharpDX.
Somebody can post a example?
Thanks in advance.
Is it possible to get this effect ( Connected Mesh to QuadFaces ) in the viewportDX when a .OBJ model is readed on it?.
I'm using HelixToolkit.Wpf.SharpDX.
Somebody can post a example?
Thanks in advance.
Customer support service by UserEcho
Hi, I don't know how to do that exactly.
but you can achieve this using
LineGeometryModel3D
.for this, you need to use
MeshGeometryModel3D
andLineGeometryModel3D
MeshGeometryModel3D
--> Will draw the modelLineGeometryModel3D
--> will draw the quadsit is like overlaying.. :)