@All
Didn't know if pCode as alive and kicking still, but did anyone ever have fixed those 4 files:
CIrrBMeshFileLoader.cpp
CIrrBMeshFileLoader.h
CIrrBMeshWriter.cpp
CIrrBMeshWriter.h
To work on powerpc (so big endian) platforms ?
I just tried to port irrLamb which use irrbmesh'es , and they file to loads right once start to parse header , which is struct which should be aligned and being endian aware probably , etc.
Thanks!