Page 23 of 23

Re: irrb 0.4 (Blender Exporter)

Posted: Tue Sep 20, 2022 5:27 am
by kas1e
@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!