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. Screen-space tessellation is applied automatically during the transform phase for better perspective correction on large triangles.
Key classes:
TexturedTriangle- The base textured triangle with screen-space tessellationTessellatedTexturedTriangle- Pre-transformed sub-triangle created during tessellationPolygonBorderInterpolator- Edge interpolation with UVs
- See Also:
-
ClassesClassDescriptionInterpolator for textured polygon edges with perspective correction.A textured triangle with pre-computed screen-space coordinates.A textured triangle renderer with perspective-correct texture mapping.