www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: msh7 on September 17, 2013, 03:50:51 pm

Title: Load large number of models (objects)
Post by: msh7 on September 17, 2013, 03:50:51 pm
Hey,
Is this possible to load around 50 models? If yes, how much effect does it have on the performance? Is there any example for loading large amount of models?

Thanks
Title: Re: Load large number of models (objects)
Post by: EgonOlsen on September 17, 2013, 05:16:33 pm
That highly depends on the models. If these are 50 individual models, you might run into memory problems. If several models can share the same data, it's not that critical. What do you have in mind exactly?
Title: Re: Load large number of models (objects)
Post by: msh7 on September 17, 2013, 05:33:06 pm
I am trying to develop something like Letters Alive App. There would be a 3d animated model for each alphabet..
Title: Re: Load large number of models (objects)
Post by: EgonOlsen on September 17, 2013, 08:57:46 pm
What does "animated" mean in this case? Anyway, i guess the only way to see if this will work is to give it a try. Just keep these tips in mind: http://www.jpct.net/wiki/index.php/Reducing_memory_usage (http://www.jpct.net/wiki/index.php/Reducing_memory_usage)