Blender Git Commit Log
Git Commits -> Revision ea0ad01
Revision ea0ad01 by Campbell Barton (master) April 16, 2013, 14:57 (GMT) |
bmesh speedup for bvh building, replace SmallHash with BLI_bitmap, using a hash doesn't make much sense since in most cases all vertices are accessed and the hash isn't guaranteed to be small. gives ~9x speedup to filling 'cagecos' in my own tests on a high poly mesh. |
Commit Details:
Full Hash: ea0ad013d35984cba06cd8318fd42cc39c74c37f
SVN Revision: 56090
Parent Commit: e39ea5f
Lines Changed: +28, -24
1 Modified Path:
/source/blender/blenkernel/intern/editmesh_bvh.c (+28, -24) (Diff)