Removing a face from a surface?

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

Chroma(Posted 2006) [#1]
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?


Chroma(Posted 2006) [#2]
Bah...found it!

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


Stevie G(Posted 2006) [#3]
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