Author Topic: 3d model limitations  (Read 2691 times)

Offline penprakash

  • byte
  • *
  • Posts: 26
    • View Profile
3d model limitations
« 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

Offline John Tribe

  • byte
  • *
  • Posts: 17
  • I love games
    • View Profile
Re: 3d model limitations
« Reply #1 on: March 04, 2013, 06:32:26 pm »
i had crash with 4096*4096 on galaxy s plus.
Best game prices in http://games2see.com

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: 3d model limitations
« Reply #2 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.

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: 3d model limitations
« Reply #3 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.