Hi, i am reading data of a mesh from a file that uses for some vertex data DEC3N, and i need to write those vaules to a new file in bigendian.
I was reading the data with a binaryreader reading it as int32 but i think that this is not right.
How could i do it?






