how to delete vertex/triangle from mesh?

Blitz3D Forums/Blitz3D Programming/how to delete vertex/triangle from mesh?

nadia(Posted 2004) [#1]
Is it possible to remeove/delete vertexes and triangles from surfaces/mesh?
If so how can I do this?


Damien Sturdy(Posted 2004) [#2]
Heres what i used.. A bit of searching the code archives did no harm :)

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


nadia(Posted 2004) [#3]
Thanks Damien, this stuff is perfect. Next time I search a bit harder ;-)


Damien Sturdy(Posted 2004) [#4]
no problem. i also have a "remove mesh except this triangle" function sitting on my drive i may post later...