Portal:Conditioners directory: Difference between revisions
Jump to navigation
Jump to search
instructions for adding |
|||
Line 17: | Line 17: | ||
|[[example conditioner|example]] || Example of what info to put into the following conditioner articles | |[[example conditioner|example]] || Example of what info to put into the following conditioner articles | ||
|- | |- | ||
|[[lines2linestrips conditioner|lines2linestrips]] || Turns all lines into linestrips | |[[lines2linestrips conditioner|lines2linestrips]] || Turns all lines into linestrips. | ||
|- | |- | ||
|[[linestrips2lines conditioner|linestrips2lines]] || | |[[linestrips2lines conditioner|linestrips2lines]] || Turns all linstrips to lines. | ||
|- | |- | ||
|[[Optimizer conditioner|Optimizer]] || | |[[Optimizer conditioner|Optimizer]] || Rearrange the order of triangles to maximize cache hit rate for vertices indexes. It works for triangles only. | ||
|- | |- | ||
|[[Triangles2lines conditioner|Triangles2lines]] || | |[[Triangles2lines conditioner|Triangles2lines]] || Turns all triangles to lines, duplicated lines might be created. | ||
|- | |- | ||
|[[Trifanner conditioner|Trifanner]] || | |[[Trifanner conditioner|Trifanner]] || Turns all triangles to trifans. | ||
|- | |- | ||
|[[Tristripper conditioner|Tristripper]] || | |[[Tristripper conditioner|Tristripper]] || Turns all triangles to tristrips. | ||
|- | |- | ||
|[[Deindexer conditioner|Deindexer]] || | |[[Deindexer conditioner|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 conditioner|Detrifanner]] || | |[[Detrifanner conditioner|Detrifanner]] || Turns all trifans to triangles. | ||
|- | |- | ||
|[[Detristripper conditioner|Detristripper]] || | |[[Detristripper conditioner|Detristripper]] || Turns all tristrips to triangles. | ||
|- | |- | ||
|[[Polygons2lines conditioner|Polygons2lines]] || | |[[Polygons2lines conditioner|Polygons2lines]] || Turns all polygons to lines, duplicated lines might be created. | ||
|- | |- | ||
|[[Polygons2polylists conditioner|Polygons2polylists]] || | |[[Polygons2polylists conditioner|Polygons2polylists]] || Turns all polygons to polylists. | ||
|- | |- | ||
|[[Polygons2triangles conditioner|Polygons2triangles]] || | |[[Polygons2triangles conditioner|Polygons2triangles]] || Turns all polygons to triangles. | ||
|- | |- | ||
|[[Polylists2lines conditioner|Polylists2lines]] || | |[[Polylists2lines conditioner|Polylists2lines]] || Turns all polylists to lines, duplicated lines might be created. | ||
|- | |- | ||
|[[Polylists2polygons conditioner|Polylists2polygons]] || | |[[Polylists2polygons conditioner|Polylists2polygons]] || Turns all polylists to polygons. | ||
|- | |- | ||
|[[Polylists2triangles conditioner|Polylists2triangles]] || | |[[Polylists2triangles conditioner|Polylists2triangles]] || Turns all polylists to triangles. | ||
|} | |} | ||
Revision as of 19:17, 27 June 2007
Welcome to the COLLADA conditioners portal
A collection of links and articles describing COLLADA conditioners and related tools
Portals: • Products • Extensions • Tools • Conditioners • COLLADA DOM • Coherency Test • Tech topics • Tutorials
A collection of links and articles describing COLLADA conditioners and related tools
Portals: • Products • Extensions • Tools • Conditioners • COLLADA DOM • Coherency Test • Tech topics • Tutorials
A conditioner takes a COLLADA document and performs some kind of operation on it in preparation for its use for a specific purpose or with a specific application.
Related tools
- COLLADA Refinery is a GUI-based application for creating content pipelines for 3D assets using modular components called conditioners. A pipeline consists of conditioners that pass their resulting documents to the next conditioner.
Can I add a conditioner to this directory?
See instructions for adding to the conditioners directory.
List of COLLADA conditioners
Geometric processing
example | Example of what info to put into the following conditioner articles |
lines2linestrips | Turns all lines into linestrips. |
linestrips2lines | Turns all linstrips to lines. |
Optimizer | Rearrange the order of triangles to maximize cache hit rate for vertices indexes. It works for triangles only. |
Triangles2lines | Turns all triangles to lines, duplicated lines might be created. |
Trifanner | Turns all triangles to trifans. |
Tristripper | Turns 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 | Turns all trifans to triangles. |
Detristripper | Turns all tristrips to triangles. |
Polygons2lines | Turns all polygons to lines, duplicated lines might be created. |
Polygons2polylists | Turns all polygons to polylists. |
Polygons2triangles | Turns all polygons to triangles. |
Polylists2lines | Turns all polylists to lines, duplicated lines might be created. |
Polylists2polygons | Turns all polylists to polygons. |
Polylists2triangles | Turns all polylists to triangles. |
Miscellaneous
Axisconverter | needsdescription |
Packager | needsdescription |
bindmateralfixer | needsdescription |
coherencytest | needsdescription |
copyrighter | needsdescription |
daestripper | needsdescription |
filename | needsdescription |
imageconverter | needsdescription |
kmzcleanup | needsdescription |