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 triangles apply 2D textures to 3D triangles using UV coordinates. Large triangles may be sliced into smaller pieces for accurate perspective correction.
Key classes:
TexturedTriangle- 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.