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 select the delgroup. It works much faster(about 50 times) than "destroyPointOffsets" function in hdk. I wonder that is there any ways to makes delete points faster in HDK. Thanks!