Forum: Poser - OFFICIAL


Subject: The RSR Thumbnail format revealed!

XFX3d opened this issue on Nov 13, 2005 ยท 83 posts


kawecki posted Tue, 15 November 2005 at 5:38 AM

I put the unknown as a sequence of BYTES because I don't know how are divided. Beware how you output the value of WORD and DWORD, in Mac it will work normally, but in PC you must create special routines: PutWord(a) = PutByte(HIGHBYTE(a)); PutByte(LOWBYTE(a)); PutDword(a) = PutWord(HIGHWORD(a)); PutWord(LOWWORD(a));

Stupidity also evolves!