I did this:
Code: Select all
const char *filePath = "/usr/include/irrlicht-1.8.1/media";
And this:
Code: Select all
IAnimatedMesh *mesh = smgr->getMesh(stringc("%s/sydney.md2", filePath));
Any advice on how to configure the string so I can properly load the file and reuse the path whenever I need to? Thanks!