Show triangles of model ingame

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

Just like this:
7349-show.png

1 Answer

1

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.