Deindexer conditioner: Difference between revisions
Jump to navigation
Jump to search
New page: {{conditioners|product=example}} * '''Name:''' Deindexer * '''Purpose:''' Rearranges vertices indexes so that each Vertices will reference the corresponding Position, Normal, Texcoord wit... |
No edit summary |
||
Line 2: | Line 2: | ||
* '''Name:''' Deindexer | * '''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 | * '''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 | * '''Current version:''' svn r56 | ||
* '''Status:''' released | * '''Status:''' released |
Revision as of 22:13, 10 July 2007
Conditioners directory |
---|
Information about conditioners that can act on COLLADA documents. |
This article describes the example conditioner.
• COLLADA Refinery • Conditioners directory Instructions for adding to the conditioners directory |
[[Category: ]]
- 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
- 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
- Vertices indexes that have the same position, normal, and texcoord as an existing indexs will recycle the index.
Feature requested
- n/a
Known issues and bugs
- n/a