When filters are applied on containers that contain flatten object, the filter will be incorrectly drawn because support.finishQuadBatch(); will overwrite the RenderSupport's mMvpMatrix3D calculated previously in var mvpMatrix:Matrix3D = support.mvpMatrix3D;
When filters are applied on containers that contain flatten object, the filter will be incorrectly drawn because
support.finishQuadBatch();
will overwrite the RenderSupport'smMvpMatrix3D
calculated previously invar mvpMatrix:Matrix3D = support.mvpMatrix3D;