I am trying to cut a mesh in half or at least be able to delete faces from it in real-time. How to go about doing this i wonder?
Lock the vertex buffers, memset the selected face or vertex to 0, does not work for me. has anyone a solution or a tutorial on this i really want this feature in my program!
Cheers