blender/intern/boolop
Ken Hughes 178dc73084 Tools
-----
More improvements to boolean tools.  The main change (although very little in
code) is changing fuzzy comparisons of floating point values.  For testing, a
new define is added in intern/boolop/intern/BOP_MathUtils.h called
VAR_EPSILON, which enables better comparisons.  This is turned on by default;
undefining it will revert to using the previous comparisons.  The downside of
these new comparisons is a loss in speed, but the resulting meshes are more
likely to be manifold (although still not always).

The other changes include speed improvements based on profiling results and
fixes for the improper creation of triangular faces with only two vertices.
2007-07-12 15:24:08 +00:00
..
extern Modified the way booleans preserve face data, and cleaned up some 2006-11-08 20:14:04 +00:00
intern Tools 2007-07-12 15:24:08 +00:00
make ==== MSVC 7 project files ==== 2006-11-09 20:55:13 +00:00
CMakeLists.txt CMake lists initial submission. Documentationand further verification for different platforms will follow soon. This was just tested against current CVS on MSVC 2005 with Verse, QuickTime, OpenEXR, Player all on. 2006-11-17 02:27:12 +00:00
Makefile New files from new booleans 2005-10-28 20:17:27 +00:00
SConscript =Scons= 2006-11-28 21:12:31 +00:00