Package icyllis.arc3d.granite.geom
Class AnalyticEllipseStep
java.lang.Object
icyllis.arc3d.granite.geom.AnalyticEllipseStep
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 Summary
-
Method Summary
-
Constructor Details
-
AnalyticEllipseStep
public AnalyticEllipseStep()
-