Deindexer conditioner: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
templatize |
||
Line 1: | Line 1: | ||
{{conditioners|product= | {{conditioners|product=Deindexer}} | ||
{{conditioner | |||
| name = Deindexer | |||
| purpose =Rearranges vertices indexes so that each Vertices will reference the corresponding Position, Normal, Texcoord with the same index number. | |||
| last_updated = July 10th, 2007 | |||
| current_version = svn r56 | |||
| status = released | |||
| download_url = http://sourceforge.net/projects/colladarefinery/ | |||
| creator = Herbert Law | |||
| contact_email = [email protected] }} | |||
==Special | ==Special note and limitation== | ||
* The size of source for position, normal, and texcoord might increase | * The size of source for position, normal, and texcoord might increase | ||
* Vertices indexes that have the same position, normal, and texcoord as an existing indexs will recycle the index. | * Vertices indexes that have the same position, normal, and texcoord as an existing indexs will recycle the index. |
Revision as of 17:06, 13 July 2007
Conditioners directory |
---|
Information about conditioners that can act on COLLADA documents. |
This article describes the Deindexer conditioner.
• COLLADA Refinery • Conditioners directory Instructions for adding to the conditioners directory |
[[Category: ]]
Conditioner information |
---|
|
This article is part of the COLLADA conditioners directory |
Adding to the conditioners directory |
Special note and limitation
- The size of source for position, normal, and texcoord might increase
- Vertices indexes that have the same position, normal, and texcoord as an existing indexs will recycle the index.
- If there skins referencing the mesh being deindexed, it will reaarange the index reference in skins also.
- It works on polygons, polylist, triangles, trifans, tristrips, lines, linestrips.
Feature requested
- n/a
Known issues and bugs
- n/a