Portal:Conditioners directory/list: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Elf (talk | contribs)
move text to subpage
 
Elf (talk | contribs)
Category:Subpages for inclusion
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<noinclude>''Usage:''
<noinclude>''Usage:''


The following text (except the heading) appears in the list box of the [[Portal:Conditioners directory]].  
The following text appears in the list box of the [[Portal:Conditioners directory]].  


</noinclude><!--
</noinclude><!--
--------------------  --><noinclude>
--------------------  -->
===Geometric processing===</noinclude>
* [[#Geometric processing|Geometric processing]]
* [[#Miscellaneous|Miscellaneous]]
 
===Geometric processing===
{| border=1 cellspacing=0 cellpadding=5
{| border=1 cellspacing=0 cellpadding=5
|[[lines2linestrips conditioner|lines2linestrips]] || Changes all lines into linestrips.
|[[lines2linestrips conditioner|lines2linestrips]] || Changes all lines into linestrips.
Line 37: Line 40:
|[[Polylists2triangles conditioner|Polylists2triangles]] || Changes all polylists to triangles.
|[[Polylists2triangles conditioner|Polylists2triangles]] || Changes all polylists to triangles.
|}
|}
===Miscellaneous===
{| border=1 cellspacing=0 cellpadding=5
|-
|[[Axisconverter conditioner|Axisconverter]] || Converts documents between Y_UP, X_UP, Z_UP.
|-
|[[Packager conditioner|Packager]] || Collects all dae, image, and other resource files and compresses them into a zip file.
|-
|[[bindmateralfixer conditioner|bindmateralfixer]] || Some exporters don't export <bind_material> and link mesh materials to id directly. This conditioner adds the missing <bind_material> and its child nodes.
|-
|[[coherencytest conditioner|coherencytest]] || Checks whether a COLLADA document is properly composed or coherent.
|-
|[[copyrighter conditioner|copyrighter]] || Adds or overwrites the copyright text from a text file.
|-
|[[daestripper conditioner|daestripper]] || Removes all elements of a specific tag from a document. (For example, remove all <extra>.) 
|-
|[[filename conditioner|filename]] || Searches for all resource file references and adds string prefix.
|-
|[[imageconverter conditioner|imageconverter]] || Searches for all the images that a document uses and converts them to your desired supported image format. It uses Dev iL image library for image conversion. You must provide the file extension of your desired image format.
|-
|[[kmzcleanup conditioner|kmzcleanup]] || Kmz files created by previous versions of sketchup are not coherent. This conditioner adds the missing elements, such as <bind_materials>, to fix the kmz file.
|}
<noinclude>[[Category:Subpages for inclusion]]</noinclude>

Latest revision as of 01:19, 19 July 2007

Usage:

The following text 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.

Miscellaneous

Axisconverter Converts documents between Y_UP, X_UP, Z_UP.
Packager Collects all dae, image, and other resource files and compresses them into a zip file.
bindmateralfixer Some exporters don't export <bind_material> and link mesh materials to id directly. This conditioner adds the missing <bind_material> and its child nodes.
coherencytest Checks whether a COLLADA document is properly composed or coherent.
copyrighter Adds or overwrites the copyright text from a text file.
daestripper Removes all elements of a specific tag from a document. (For example, remove all <extra>.)
filename Searches for all resource file references and adds string prefix.
imageconverter Searches for all the images that a document uses and converts them to your desired supported image format. It uses Dev iL image library for image conversion. You must provide the file extension of your desired image format.
kmzcleanup Kmz files created by previous versions of sketchup are not coherent. This conditioner adds the missing elements, such as <bind_materials>, to fix the kmz file.