Class AnalyticEllipseStep

java.lang.Object
icyllis.arc3d.granite.geom.AnalyticEllipseStep

public class AnalyticEllipseStep extends Object
This technology draws ellipse (fill, stroke, stroke and fill), round rectangles with elliptical corners (fill, stroke, stroke and fill; four corners have the same radius), supports stroke direction (inside, center, outside) using analytic method.

Always use instanced rendering, without per-vertex data, without index buffer, without uniforms, emits coverage. Supports solid color, supports over-stroking, supports device-independent antialiasing, supports 32 bit-per-channel color input, support ellipses in local coordinates, supports hard-edge coverage (no AA), supports any local-to-device transforms.

  • Constructor Details

    • AnalyticEllipseStep

      public AnalyticEllipseStep()