How to Load .obj file using JPCT in Android?

Started by gkapoor, August 24, 2010, 02:08:19 PM

Previous topic - Next topic

gkapoor

Hello,

I am a newer to JPCT. I want to load .obj file using JPCT. It will be very appreciated if anyone could give me such example.

Thanks & Regards,

gkapoor

zammbi


EgonOlsen

Another option is to load it with the desktop version of jPCT, serialize it using the DeSerializer and load the serialized data into jPCT-AE.

BTW: This is an Android related question, so i'll move this thread...


zzx410527

Quote from: EgonOlsen on August 24, 2010, 04:35:22 PM
Another option is to load it with the desktop version of jPCT, serialize it using the DeSerializer and load the serialized data into jPCT-AE.

BTW: This is an Android related question, so i'll move this thread...
I was a beginner, my needs are 3d models obj loaded on the phone, I use loadOBJ () method takes a long time to load, you have any good way?

EgonOlsen

This thread already contains the answer: Use serialized objects instead.