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:

See Also: