Uses of Package
eu.svjatoslav.sixth.e3d.renderer.raster.shapes
Packages that use eu.svjatoslav.sixth.e3d.renderer.raster.shapes
Package
Description
Graphical user interface components for the Sixth 3D engine.
Provides a simple text editor component rendered in 3D space.
Ray tracer for rendering voxel data stored in an octree structure.
Rasterization-based real-time software renderer for the Sixth 3D engine.
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.
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.gui
-
-
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.rasterClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basicClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.lineClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.solidpolygonClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygonClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.compositeClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-
-
-
Classes in eu.svjatoslav.sixth.e3d.renderer.raster.shapes used by eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvasClassDescriptionBase class for shapes defined by a list of vertex coordinates.Base class for all renderable shapes in the Sixth 3D engine.
-