Portal:Conditioners directory/list: Difference between revisions
Jump to navigation
Jump to search
move text to subpage |
(No difference)
|
Revision as of 22:11, 13 July 2007
Usage:
The following text (except the heading) appears in the list box of the Portal:Conditioners directory.
Geometric processing
lines2linestrips | Changes all lines into linestrips. |
linestrips2lines | Changes all linestrips to lines. |
Optimizer | Rearranges the order of triangles to maximize the cache hit rate for vertices indexes. It works for triangles only. |
Triangles2lines | Changes all triangles to lines. Duplicate lines might be created. |
Trifanner | Changes all triangles to trifans. |
Tristripper | Changes all triangles to tristrips. |
Deindexer | Rearranges vertices indexes so that each Vertices will reference the corresponding Position, Normal, Texcoord with the same index number. The size of source for position, normal, and texcoord might increase. |
Detrifanner | Changes all trifans to triangles. |
Detristripper | Changes all tristrips to triangles. |
Polygons2lines | Changes all polygons to lines. Duplicate lines might be created. |
Polygons2polylists | Changes all polygons to polylists. |
Polygons2triangles | Changes all polygons to triangles. |
Polylists2lines | Changes all polylists to lines. Duplicate lines might be created. |
Polylists2polygons | Changes all polylists to polygons. |
Polylists2triangles | Changes all polylists to triangles. |