Package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon
package eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon
Textured triangle rendering with perspective-correct UV mapping.
Textured polygons apply 2D textures to 3D triangles using UV coordinates. Large polygons may be sliced into smaller pieces for accurate perspective correction.
Key classes:
TexturedPolygon- The textured triangle shapePolygonBorderInterpolator- Edge interpolation with UVs
- See Also:
-
ClassesClassDescriptionInterpolator for textured polygon edges with perspective correction.A textured triangle renderer with perspective-correct texture mapping.