Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.line
3D line segment rendering with perspective-correct width and alpha blending.
Lines are rendered with width that adjusts based on distance from the viewer. The rendering uses interpolators for smooth edges and proper alpha blending.
Key classes:
Line- The line shapeLineAppearance- Color and width configurationLineInterpolator- Scanline edge interpolation
- See Also:
-
ClassesClassDescriptionA 3D line segment with perspective-correct width and alpha blending.Factory for creating Line objects with consistent appearance settings.Interpolates between two points along a line for scanline rendering.