blender/intern/boolop
Ken Hughes d731945f01 ===Tools===
Experimental boolean tool optimization: for very large meshes a significant
amount of time is spend performing linear searches of edges.  This patch
implements a "hash" table (really more of a bucket table) to narrow the
search space.

If someone should need to disable this, just remove the "#define HASH" at
the beginning of BOP_Mesh.h
2006-09-07 17:22:57 +00:00
..
extern New files from new booleans 2005-10-28 20:17:27 +00:00
intern ===Tools=== 2006-09-07 17:22:57 +00:00
make some more msvc6 magic 2005-11-16 23:39:49 +00:00
Makefile New files from new booleans 2005-10-28 20:17:27 +00:00
SConscript == SCons == 2006-02-04 14:15:10 +00:00