What exactly mean reduced in serialize method?
It removes data that jPCT-AE doesn't load anyway.
And is it what? :)
I tested speed of loading and size of OBJ, 3DS and SER formats, here are results :) ... both files have 12000 triangles, 36000 vertices and same topology.
(http://dl.dropbox.com/u/26148874/format%20test%20size.png)(http://dl.dropbox.com/u/26148874/format%20test%20time.png)
Interesting...reduced=true removes data that is needed for the software renderer in desktop jPCT. There's absolutely no point in loading something on Android that hasn't been saved in reduced mode.
Ok thanks ;)