Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.base.AbstractCompositeShape
Packages that use AbstractCompositeShape
Package
Description
Ray tracer for rendering voxel data stored in an octree structure.
Sixth 3D engine.
-
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.gui
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.guiModifier and TypeClassDescriptionclassBase class for interactive GUI components rendered in 3D space. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.gui.textEditorComponent
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.gui.textEditorComponentModifier and TypeClassDescriptionclassA full-featured text editor component rendered in 3D space. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.octree.raytracer
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.octree.raytracerModifier and TypeClassDescriptionclassRaytracing camera that renders a scene to a texture. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite
Modifier and TypeClassDescriptionclassA 2D graph visualization rendered in 3D space.classA visual marker that indicates a light source position in the 3D scene.classA rectangular shape with texture mapping, composed of two textured triangles. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.solid
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.solidModifier and TypeClassDescriptionclassA solid cube centered at a given point with equal side length along all axes.classA solid square-based pyramid with the base centered at a given point.classA solid (filled) rectangular box composed of 12 triangular polygons (2 per face, covering all 6 faces).classA solid sphere composed of triangular polygons. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvas
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.textcanvasModifier and TypeClassDescriptionclassA text rendering surface in 3D space that displays a grid of characters. -
Uses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframe
Subclasses of AbstractCompositeShape in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.composite.wireframeModifier and TypeClassDescriptionclassA 2D grid of line segments lying in the XY plane (Z = 0 in local space).classA 3D grid of line segments filling a rectangular volume defined by two opposite corner points.classA wireframe box (rectangular parallelepiped) composed of 12 line segments representing the edges of the box.classA wireframe cube (equal-length sides) centered at a given point in 3D space.classA freeform polyline drawing tool that connects sequential points with line segments.classA wireframe sphere approximation built from rings of connected line segments.