+3

Show wireframe as quads with Helix and SharpDX

Raul Burgos 10 years ago updated by Silichad Wiraya 1 month ago 818
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.

Hi, I don't know how to do that exactly.

but you can achieve this using LineGeometryModel3D .

for this, you need to use MeshGeometryModel3D and LineGeometryModel3D

MeshGeometryModel3D --> Will draw the model

LineGeometryModel3D --> will draw the quads

it is like overlaying.. :)