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?
Removing a face from a surface?
Blitz3D Forums/Blitz3D Programming/Removing a face from a surface? 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
http://www.blitzbasic.com/codearcs/codearcs.php?code=1080