Uses of Class
eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon.TexturedTriangle
Packages that use TexturedTriangle
Package
Description
Textured triangle rendering with perspective-correct UV mapping.
Triangle tessellation for perspective-correct texture rendering.
-
Uses of TexturedTriangle in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygon
Subclasses of TexturedTriangle in eu.svjatoslav.sixth.e3d.renderer.raster.shapes.basic.texturedpolygonModifier and TypeClassDescriptionclassA textured triangle with pre-computed screen-space coordinates. -
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 TypeMethodDescriptionvoidScreenSpaceTessellator.tessellate(TexturedTriangle original) Tessellates the given textured triangle into smaller triangles.voidTexturedPolygonTessellator.tessellate(TexturedTriangle originalPolygon) Tessellates the given textured polygon into smaller triangles.