enable tesselating 4 sided faces to quads.

will help for particles and tangents
This commit is contained in:
Campbell Barton
2012-01-25 21:33:37 +00:00
parent c7e8af13d4
commit e80f265c55

View File

@@ -2223,7 +2223,7 @@ int mesh_recalcTesselation(CustomData *fdata,
* and calling the fill function */
#define USE_TESSFACE_SPEEDUP
// #define USE_TESSFACE_QUADS // NEEDS FURTHER TESTING
#define USE_TESSFACE_QUADS // NEEDS FURTHER TESTING
#define TESSFACE_SCANFILL (1<<0)
#define TESSFACE_IS_QUAD (1<<1)