Im trying to open a .dae file.
But when I try to open the document, it is null because something called "topMeta" is null. I don't know how to set topMeta properly.
This is the code
DAE dae;
daeElement *root = dae.open("simple.dae");
Im trying to open a .dae file.
But when I try to open the document, it is null because something called "topMeta" is null. I don't know how to set topMeta properly.
This is the code
DAE dae;
daeElement *root = dae.open("simple.dae");