Hi…
I ported my current project to the new 4.1.4 GOLD release version, and found a bug:
_materialGreen = new ColorMaterial(GREEN);
_materialGreen.lightPicker = _lightPicker;
// _materialGreen.bothSides = true;
//cartoon outline effect:
var outlineMethod :OutlineMethod = new OutlineMethod(0xFF000000, 1, true, false);
_materialGreen.addMethod(outlineMethod);
On the first image, you see the material with bothSides = false, and on the second image you see the material with bothSides = true.
On the 4.1.1Beta, this worked in both scenarios… so as image 1…
cheers