start
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
#include "COLLADA.h"
|
||||
|
||||
COLLADA::COLLADA(const char* filename)
|
||||
{
|
||||
tinyxml2::XMLDocument doc;
|
||||
doc.LoadFile(filename);
|
||||
tinyxml2::XMLElement* xml = doc.FirstChildElement("COLLADA");
|
||||
m_GeometryLibrary = GeometryLibrary(xml->FirstChildElement("library_geometries"));
|
||||
}
|
||||
Reference in New Issue
Block a user