API Reference > OdExport Classes > TD_COLLADA_EXPORT Namespace > Structs, Records, Enums > TD_COLLADA_EXPORT::ColladaMaterialData Structure
TD_COLLADA_EXPORT::ColladaMaterialData Structure
Syntax
C++
struct ColladaMaterialData { OdArray<MaterialData> m_matDataArr; OdUInt64Array m_matIdArr; };

ColladaExportView.h

Members 
Description 
OdArray<MaterialData> m_matDataArr; 
Array of the material data. 
OdUInt64Array m_matIdArr; 
Array of the material data IDs. 

This structure stores the material data for exporting to a Collada file.

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