Closed daiwei1999 closed 10 years ago
You can product this problem as below:
var material:ColorMaterial = new ColorMaterial(0x00FF00); material.bothSides = true; material.addMethod(new OutlineMethod(0xFF0000)); scene.addChild(new Mesh(new SphereGeometry(), material));
If you set material.bothSides to false, the outline can display normally.
thank you for the issue!
If the material.bothSides is set to true, OutlineMethod doesn't work normally in the latest dev branch.