I see that I can Surface::AddVertex. Is there a way to remove a vertex from a sruface or I have to rebuild it from scratch every time I want to remova a vertex?
I'm asking it because I'm trying to implement some voxel manipulation framework. At the moment, I rebuild a whole chunk when a single voxel is removed. Is it the only way to do it?
Thanks!