Really big thanks from me and the whole BlendOut team, this will bring a nice speed up for us.
Ill try it right now.
//Edit: Ok now I have some problems with your new "CIrrbMeshFileLoader.h"
and "CIrrBMeshFileLoader.cpp"
The first problem I already have had with the older version is that I had to remove the include of "os.h" from "CIrrBMeshFileLoader.cpp" Line 8.
"os.h" is part of the irrlicht 1.5 source but not contained in the include directory.
Next problem is within line 35 from "CIrrBMeshFileLoader.h":
Code: Select all
virtual bool isALoadableFileExtension(const core::string<c16>& filename) const;
c16 seems not been defined. Due to the fact I couldn't find core::string<c16> in irrlicht's API, I changed it to c8 as it was in the older version.
This is the same for line 39.
Next Problem in line 41:
Code: Select all
return core::hasFileExtension ( filename, "irrbmesh");
Here I get the error that core has no element called hasFileExtension, again i have nothing found in the API.
Im Using Ubuntu 8.10, Codeblocks and Irrlicht 1.5.