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:
AbstractShape- Base class for all shapesAbstractCoordinateShape- Base for shapes with vertices
Subpackages organize shapes by type:
basic- Primitive shapes (lines, polygons, billboards)composite- Compound shapes built from primitives (boxes, grids, text)
- See Also:
-
ClassesClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.