Author Topic: Serialized objects  (Read 2657 times)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Serialized objects
« on: March 17, 2012, 11:19:49 am »
What exactly mean reduced in serialize method?

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Serialized objects
« Reply #1 on: March 17, 2012, 12:17:55 pm »
It removes data that jPCT-AE doesn't load anyway.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Serialized objects
« Reply #2 on: March 17, 2012, 03:46:06 pm »
And is it what? :)

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Serialized objects
« Reply #3 on: March 17, 2012, 08:51:26 pm »
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.


Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: Serialized objects
« Reply #4 on: March 17, 2012, 09:45:39 pm »
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.

Offline Thomas.

  • double
  • *****
  • Posts: 833
    • View Profile
Re: Serialized objects
« Reply #5 on: March 18, 2012, 01:54:39 pm »
Ok thanks ;)