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 the texture coordinates. 
OdUInt32Array m_indTextureCoordArr; 
Indexes of the texture coordinates. 

This structure implements the material mapper for exporting to a Collada file.

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