Go to file
Campbell Barton b9445106b2 Geometry API: polyfill2d, ear clipping polygon filling functions.
Simple/predictable polygon filling functions (no hole support)
originally from libgdx which have some advantages over scanfill.

- always creates the same number of triangles (never any missing faces).
- gives same results for any affine transformation.
- doesn't give so many skinny faces by default.

made some changes for Blender.
- remove last ears first (less to memmove)
- step over the ears while clipping to avoid some verts becoming fans to most of the other.
2013-11-30 22:00:01 +11:00
build_files Correction to previous commit 2013-11-29 22:41:01 +06:00
doc Python API Docs: update for using git buildinfo and change upload URL 2013-11-29 10:00:57 +11:00
extern Woo Hoo. First git commit. 2013-11-29 15:13:12 -05:00
intern Woo Hoo. First git commit. 2013-11-29 15:13:12 -05:00
release Image wrapping for plane track in clip editor 2013-11-29 23:26:57 +06:00
scons@2d6ebcb239 Squashed commit of the following: 2013-11-21 16:51:29 +01:00
source Geometry API: polyfill2d, ear clipping polygon filling functions. 2013-11-30 22:00:01 +11:00
.arcconfig Added the wrong file. Now addin .arcconfig for real. 2013-11-15 20:40:43 +06:00
.gitignore Ignore *.patch and *.diff files which are in the working tree root 2013-11-22 23:28:35 +06:00
.gitmodules Initialize git submodules for addons, locales and scons 2013-11-15 12:19:08 +06:00
CMakeLists.txt CMake/Scons Build: disable explicit linking to libstdc++ on Linux/Unix. 2013-11-28 18:07:57 +01:00
COPYING == docs == 2010-10-13 14:44:22 +00:00
GNUmakefile Convenience Makefile: spaces in the build path would fail still. 2013-11-17 21:16:39 +11:00
SConstruct Update Ceres to latest upstream version 2013-11-28 19:46:23 +06:00