MJLMills / rhorix

Python 3.3 Blender Add-On for Importing QCT Data
Other
1 stars 1 forks source link

Speed up Surface Reducer #7

Open MJLMills opened 9 years ago

MJLMills commented 9 years ago

The subroutine that reduces the size of a mif to make a minimal top is VERY slow. This is because for each point you keep, it is necessary to check every other point for equality and then check every edge on the graph to renumber to the kept point. Figure out if there's a way to make this faster.