Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygon
Solid-color triangle rendering with scanline rasterization.
Solid polygons are the primary building blocks for opaque 3D surfaces. The rasterizer handles perspective-correct interpolation, alpha blending, viewport clipping, and optional flat shading.
Key classes:
SolidPolygon- The solid triangle shapeLineInterpolator- Edge interpolation for scanlines
- See Also:
-
ClassesClassDescriptionInterpolates the x coordinate along a 2D line edge for scanline-based polygon rasterization.A solid-color triangle renderer with mouse interaction support.