Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
Solid-color polygon rendering with scanline rasterization.
SolidPolygon is the unified polygon type for both rendering and CSG operations. It supports N vertices (N >= 3) and handles perspective-correct interpolation, alpha blending, viewport clipping, backface culling, and optional flat shading.
Key classes:
SolidPolygon- Unified polygon for rendering and CSGLineInterpolator- Edge interpolation for scanlines
- See Also:
-
ClassesClassDescriptionInterpolates the x coordinate along a 2D line edge for scanline-based polygon rasterization.A solid-color convex polygon renderer supporting N vertices (N >= 3).