Sirikata
libmesh/plugins/collada/MeshdataToCollada.hpp
Go to the documentation of this file.
00001 #ifndef _MESHDATA_TO_COLLADA_H
00002 #define _MESHDATA_TO_COLLADA_H
00003 
00004 #include "ColladaDocument.hpp"
00005 
00006 #include <sirikata/mesh/Meshdata.hpp>
00007 
00008 namespace Sirikata {
00009 int meshdataToCollada(const Mesh::Meshdata& meshdata, const std::string& fileName);
00010 
00011 }
00012 
00013 
00014 #endif