Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.solid
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.solid
Solid composite shapes built from SolidPolygon primitives.
These shapes render as filled surfaces with optional flat shading. Useful for creating opaque 3D objects like boxes, spheres, and cylinders.
Key classes:
SolidPolygonCube- A solid cubeSolidPolygonRectangularBox- A solid boxSolidPolygonSphere- A solid sphereSolidPolygonCylinder- A solid cylinderSolidPolygonPyramid- A solid pyramid
- See Also:
-
ClassesClassDescriptionA 3D arrow shape composed of a cylindrical body and a conical tip.A solid cone that can be oriented in any direction.A solid cube centered at a given point with equal side length along all axes.A solid cylinder defined by two end points.A renderable mesh composed of SolidPolygon triangles.A solid square-based pyramid that can be oriented in any direction.A solid (filled) rectangular box composed of 12 triangular polygons (2 per face, covering all 6 faces).A solid sphere composed of triangular polygons.