Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes


package eu.svjatoslav.sixth.e3d.renderer.raster.shapes
Renderable shape classes for the rasterization pipeline.

This package contains the shape hierarchy used for 3D rendering:

Subpackages organize shapes by type:

  • basic - Primitive shapes (lines, polygons, billboards)
  • composite - Compound shapes built from primitives (boxes, grids, text)
See Also: