Away3D 4.1.4 Gold [BUG] - OutlineMethod in combo with material.bothSides = true

Software: Away3D 4.x

sentoplene, Newbie
Posted: 17 July 2013 09:56 AM   Total Posts: 25

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(0xFF0000001truefalse);
   
_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

 

   
   

X

Away3D Forum

Member Login

Username

Password

Remember_me



X