Hi, is there anyway to show a model ingame highlighting the triangles like in the editor when you select the object?
Just like this:

Hi, is there anyway to show a model ingame highlighting the triangles like in the editor when you select the object?
Just like this:

You could draw your own wireframe based on the triangles of the mesh. Given some sort of line drawing class (we use Vectrosity), it would only take a few lines of code to draw the wireframe. I have a bit of code that I could post if you need it to get started.