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


package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic
Primitive shape implementations for the rasterization pipeline.

Basic shapes are the building blocks of 3D scenes. Each can be rendered independently and combined to create more complex objects.

Subpackages:

  • line - 3D line segments with perspective-correct width
  • solidpolygon - Solid-color triangles with flat shading
  • texturedpolygon - Triangles with UV-mapped textures

Additional basic shapes:

See Also: