Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base
Base class and utilities for composite shapes.
AbstractCompositeShape
is the foundation for building complex 3D objects by grouping primitives.
Features:
- Position and rotation in 3D space
- Named groups for selective visibility
- Automatic sub-shape management
- Integration with lighting and slicing
- See Also:
-
ClassesClassDescriptionA composite shape that groups multiple sub-shapes into a single logical unit.Wrapper around an
AbstractShapewithin anAbstractCompositeShape, adding group membership and visibility control.