Closed
Description
This is a feature request to allow skipping the removal of duplicate vertices during a collision mesh generation. According to the OP find, it seems to have a potential to improve the trimesh generation time.
At the moment, the engine forces Ammo to loop through the vertices to find and remove the duplicates here (true
flag):
Activity