Hi, all I am trying to delete points in HDK using the Code:
gdp->destroyPointOffsets(GA_Range(*delgroup));
There are about 30000000 points in delgroup. It works fine but it seems "gdp->destroyPointOffsets" method is very slow. I found if I use the "Blast" Sopnode in houdini and selec...