Uses of Package
eu.svjatoslav.sixth.e3d.geometry

Package
Description
Provides basic geometry classes for 2D and 3D coordinates and shapes.
Graphical user interface components for the Sixth 3D engine.
Provides input device tracking (keyboard, mouse) and event forwarding to virtual components.
Provides a simple text editor component rendered in 3D space.
Sixth 3D engine.
Ray tracer for rendering voxel data stored in an octree structure.
Lighting system for flat-shaded polygon rendering.
Renderable shape classes for the rasterization pipeline.
Primitive shape implementations for the rasterization pipeline.
3D line segment rendering with perspective-correct width and alpha blending.
Solid-color polygon rendering with scanline rasterization.
Textured triangle rendering with perspective-correct UV mapping.
Composite shapes that group multiple primitives into compound 3D objects.
Base class and utilities for composite shapes.
Solid composite shapes built from SolidTriangle primitives.
Sixth 3D engine.
Wireframe composite shapes built from Line primitives.