www.jpct.net

jPCT-AE - a 3d engine for Android => Support => Topic started by: penprakash on March 04, 2013, 06:17:07 pm

Title: 3d model limitations
Post by: penprakash on March 04, 2013, 06:17:07 pm
Hi,

  We have integrated the JPCT-AE engine with vuforia qualcomm for image recognition and displaying the 3d model.

 Can you please provide the how many polygon count it will support and texture size. If there are any other limitations please provide it.

  Thanks in advance.

Prakash V
Title: Re: 3d model limitations
Post by: John Tribe on March 04, 2013, 06:32:26 pm
i had crash with 4096*4096 on galaxy s plus.
Title: Re: 3d model limitations
Post by: EgonOlsen on March 04, 2013, 06:43:19 pm
Memory and performance are the only limitations. There's no limit hardcoded into the engine. If you are running into memory troubles, have a look at the wiki. It has some tips for saving memory.
Title: Re: 3d model limitations
Post by: EgonOlsen on March 04, 2013, 06:46:26 pm
i had crash with 4096*4096 on galaxy s plus.
Of course you do. 4096*4096 is totally insane for mobile devices. It would require around 96mb on the gpu and 64mb in main memory.