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
Loader.loadOBJ(...)
Have you looked at the helpful wiki? http://www.jpct.net/wiki/index.php/Main_Page
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...
Some more info on serialized objects: http://www.jpct.net/wiki/index.php/Differences_between_jPCT_and_jPCT-AE#Performance_and_memory_issues.2C_serialized_objects (http://www.jpct.net/wiki/index.php/Differences_between_jPCT_and_jPCT-AE#Performance_and_memory_issues.2C_serialized_objects)
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?
This thread already contains the answer: Use serialized objects instead.