added condition to skip bevel triangles in 3D

This commit is contained in:
codeanticode
2012-08-31 14:41:55 +00:00
parent 261018afcc
commit ed4926f8a9
2 changed files with 56 additions and 37 deletions

View File

@@ -113,7 +113,7 @@ public class PGL {
/** Minimum stroke weight needed to apply the full path stroking
* algorithm that properly generates caps and joins.
*/
protected static final float MIN_CAPS_JOINS_WEIGHT = 1.5f;
protected static final float MIN_CAPS_JOINS_WEIGHT = 2f;
/** Maximum length of linear paths to be stroked with the
* full algorithm that generates accurate caps and joins.