Deindexer conditioner: Difference between revisions

From COLLADA Public Wiki
Jump to navigation Jump to search
Sceahklaw (talk | contribs)
New page: {{conditioners|product=example}} * '''Name:''' Deindexer * '''Purpose:''' Rearranges vertices indexes so that each Vertices will reference the corresponding Position, Normal, Texcoord wit...
 
Elf (talk | contribs)
combined 2 conditioner templates
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{conditioners|product=example}}
{{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] }}


* '''Name:''' Deindexer
==Special notes and limitations==
* '''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
* '''[http://sourceforge.net/projects/colladarefinery/ Download]'''
* '''Created by:'''  Herbert Law
* '''Contact for technical issues:''' [email protected]
 
==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.
* 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==
==Feature requests==
* n/a
* n/a


==Known issues and bugs==
==Known issues and bugs==
* n/a
* n/a

Latest revision as of 04:41, 17 July 2007

Conditioner information
  • 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
  • Created by: Herbert Law
  • Contact for technical issues: [email protected]

Download

This article is part of the COLLADA conditioners directory
Adding to the conditioners directory

Special notes and limitations

  • 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 requests

  • n/a

Known issues and bugs

  • n/a