Hello!
I’m trying to build my own loader for the Mobile 3D spec. JSR-184, to be able to see the structure of each .m3g file.
But I haven’t been able to get the compressed files to serialize correctly. These are compressed using zlib with 32k buffer (?), and I’ve got no clue how to implement this.
Can someone give me a quick example how to use the Inflator with a 32k buffer ? (pleeease
Thanks //musse-