away3d / away3d-core-fp11

Away3D engine for Flash Player 11
http://www.away3d.com
Other
640 stars 273 forks source link

Segments different thickness under shared context compared to non shared. #582

Closed JohnBrookes closed 11 years ago

JohnBrookes commented 11 years ago

Line 142 SgementPass maybe change to

if (stage3DProxy.scissorRect) _constants[0] = _thickness / Math.min(stage3DProxy.scissorRect.width, stage3DProxy.scissorRect.height); else _constants[0] = _thickness/Math.min(stage3DProxy.width, stage3DProxy.height);

Fabrice3D commented 11 years ago

added