Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic
Primitive shape implementations for the rasterization pipeline.
Basic shapes are the building blocks of 3D scenes. Each can be rendered independently and combined to create more complex objects.
Subpackages:
line- 3D line segments with perspective-correct widthsolidpolygon- Solid-color triangles with flat shadingtexturedpolygon- Triangles with UV-mapped textures
Additional basic shapes:
Billboard- Textures that always face the cameraGlowingPoint- Circular gradient billboards
- See Also:
-
ClassesClassDescriptionA billboard: a texture that always faces the viewer.A glowing 3D point rendered with a circular gradient texture.