public void FillShape(IFill fill, IArea2f shape, IMapper mapper)
        {
            TriangleSoup2f soup = new TriangleSoup2f();

            shape.Tesselate(-info.TesselationResolution, soup);

            FillShape(fill, soup, mapper);
        }
Beispiel #2
0
 public void FillShape(SharpMedia.Graphics.Vector.Fills.IFill fill,
                       IArea2f shape, SharpMedia.Graphics.Vector.Mappers.IMapper mapper)
 {
 }