www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: thiamant on September 13, 2010, 03:35:11 pm

Title: Object serialization octrees
Post by: thiamant on September 13, 2010, 03:35:11 pm
Does object serialization (DeSerializer class) include octrees asigned to it?

Is it loading automatically when loadSerializedObject is called?
Title: Re: Object serialization octrees
Post by: EgonOlsen on September 13, 2010, 10:39:59 pm
No, Octrees are not a part of the serialization process right now. I'm not sure why i omitted them...maybe i had a reason, maybe i just didn't need them. If it's needed, i can support for this when i'm back home.
Title: Re: Object serialization octrees
Post by: thiamant on September 15, 2010, 09:44:15 pm
It would be interesting for collision detection optimization over serialized objects.
Title: Re: Object serialization octrees
Post by: thiamant on September 24, 2010, 11:25:25 am
Is this finally going to be done? I've been trying to do this manually with Java reflection but I don't know the structures used in the Object3D class when the method object.setOcTree(oc) is called...
Title: Re: Object serialization octrees
Post by: EgonOlsen on September 24, 2010, 01:55:06 pm
Yes, i guess i'll adf it. But i'm still on holiday, which is why it will take some time.