Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
Wireframe composite shapes built from Line primitives.
These shapes render as edge-only outlines, useful for visualization, debugging, and architectural-style rendering.
Key classes:
WireframeBox- A wireframe boxWireframeCube- A wireframe cubeWireframeSphere- A wireframe sphereGrid2D- A 2D grid planeGrid3D- A 3D grid volume
- See Also:
-
ClassesClassDescriptionA 2D grid of line segments lying in the XY plane (Z = 0 in local space).A 3D grid of line segments filling a rectangular volume defined by two diagonally opposite corner points.A 3D wireframe arrow shape composed of a cylindrical body and a conical tip.A wireframe box (rectangular parallelepiped) composed of 12 line segments representing the edges of the box.A wireframe cone that can be oriented in any direction.A wireframe cube (equal-length sides) centered at a given point in 3D space.A wireframe cylinder defined by two end points.A freeform polyline drawing tool that connects sequential points with line segments.A wireframe square-based pyramid that can be oriented in any direction.A wireframe sphere approximation built from rings of connected line segments.