ColladaExport: Added support for per-face materials

This commit is contained in:
Latif Khalifa
2013-07-16 14:49:40 +02:00
parent b844b63f72
commit 1852656661
2 changed files with 103 additions and 49 deletions

View File

@@ -41,6 +41,7 @@ public:
private:
void addSource(daeElement* mesh, const char* src_id, std::string params, const std::vector<F32> &vals);
void addPolygons(daeElement* mesh, const char* geomID, const char* materialID, LLViewerObject* obj, int face_to_include);
};
#endif // DAEEXPORT_H_