Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon.TexturedTriangle
Packages that use TexturedTriangle
Package
Description
Triangle tessellation for perspective-correct texture rendering.
-
Uses of TexturedTriangle in eu.svjatoslav.sixth.e3d.renderer.raster.tessellation
Methods in eu.svjatoslav.sixth.e3d.renderer.raster.tessellation that return types with arguments of type TexturedTriangleModifier and TypeMethodDescriptionTexturedPolygonTessellator.getResult()Returns the list of tessellated polygons produced by the tessellation process.Methods in eu.svjatoslav.sixth.e3d.renderer.raster.tessellation with parameters of type TexturedTriangleModifier and TypeMethodDescriptionvoidTexturedPolygonTessellator.tessellate(TexturedTriangle originalPolygon) Tessellates the given textured polygon into smaller triangles.