Package eu.svjatoslav.sixth.e3d.renderer.raster.tessellation


package eu.svjatoslav.sixth.e3d.renderer.raster.tessellation
Triangle tessellation for perspective-correct texture rendering.

Large textured triangles are tessellated into smaller triangles to ensure accurate perspective correction. This package provides the recursive tessellation algorithm used by composite shapes.

See Also: