Removing a face from a surface?

Blitz3D Forums/Blitz3D Programming/Removing a face from a surface?

I have a surface and I need to remove a face from it? Anyone know how to remove just a single face consisting of 3 vertices without destroying the vertices?

Bah...found it!

http://www.blitzbasic.com/codearcs/codearcs.php?code=433

You basically need to rebuild it without the face in question. There is no other way. Example from the archives below ..

http://www.blitzbasic.com/codearcs/codearcs.php?code=1080