I see, thank you for the help.
The removed point comes back exactly as it was.
I am doing this in a topological mapping which requires both an input topology and an output topology.
This is the process I use:
QuadSetTopologyModifier *to_tstm;
toModel->getContext()->get(to_tstm);
to_tstm->removePointsWarning(*tab_indices, false);
to_tstm->propagateTopologicalChanges();
to_tstm->removePointsProcess(*tab_indices, false);
to_tstm->propagateTopologicalChanges();
I do get a message in the console saying: ‘points is dirty’ when I remove the points for what it’s worth.
WARNING
The forum has been moved to GitHub Discussions.
Old topics and replies are kept here as an archive.