API Reference > OdExport Classes > TD_COLLADA_EXPORT Namespace > Structs, Records, Enums > TD_COLLADA_EXPORT::ColladaMaterialMapper Structure
TD_COLLADA_EXPORT::ColladaMaterialMapper Structure
Syntax
C++
struct ColladaMaterialMapper { OdGePoint2dArray m_ptTextureCoordArr; OdUInt32Array m_indTextureCoordArr; };

ColladaExportView.h

Members 
Description 
OdGePoint2dArray m_ptTextureCoordArr; 
Points of texture coordinates 
OdUInt32Array m_indTextureCoordArr; 
Indexes of texture coordinates 

This structure implements the material mapper for Collada.

Copyright © 2002–2020. Open Design Alliance. All rights reserved.