Author Topic: java.lang.OutOfMemoryError while Loading .md2 model  (Read 6650 times)

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: java.lang.OutOfMemoryError while Loading .md2 model
« Reply #15 on: November 03, 2011, 02:44:35 pm »
I'm not sure if i'm still following you or not...has this issue now been fully resolved or not? For the record: I've just checked behaviour of stripped animations when de-/serializing them and i noticed that the DeSerializer already calls strip() on the animation by itself, i.e. a serialized animation is always stripped.

Offline gamerfan

  • int
  • **
  • Posts: 97
    • View Profile
Re: java.lang.OutOfMemoryError while Loading .md2 model
« Reply #16 on: November 04, 2011, 09:25:52 am »
yes , it is working as expected.In the model, I have removed some animation sequences and  the size of the model got reduced and serializated.I loaded the same model in my emulator without any problem.