#include "FCDocument/FCDocument.h"
Go to the source code of this file.
Namespaces | |
namespace | FCDControllerTools |
Typedefs | |
typedef fm::map< uint32, UInt32List > | FCDGeometryIndexTranslationMap |
A translation map between old vertex position indices and the new indices. | |
Functions | |
void FCOLLADA_EXPORT | FCDControllerTools::ApplyTranslationMap (const FCDSkinController *controller, const FCDGeometryIndexTranslationMap &translationMap, const UInt16List &packingMap, fm::pvector< const FCDSkinControllerVertex > &skinInfluences) |
Applies a translation map obtained from FCDGeometryPolygonsTools::GenerateUniqueIndices to a given FCDSkinController to synchronize with the updated indices. |
|
A translation map between old vertex position indices and the new indices. It is generated in the FCDGeometryPolygonsTools::GenerateUniqueIndices function. |