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


package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite
Composite shapes that group multiple primitives into compound 3D objects.

Composite shapes allow building complex objects from simpler primitives. They support grouping, visibility toggling, and hierarchical transformations.

Subpackages:

  • base - Base class for all composite shapes
  • solid - Solid objects (cubes, spheres, cylinders)
  • wireframe - Wireframe objects (boxes, grids, spheres)
  • textcanvas - 3D text rendering canvas
See Also: