Re: [osg-users] What is the Max size of the OSG model on Andoid

2012-09-17 Thread Koduri Lakshmi
Hi, Sorry for the wrong size. I am able to load the model of size <650KB. If the model is >700KB then the model loading only once. That is why I am getting a flash on the screen. Is there any setting where I need to specify size limit. I am using OPENGLES1. ... Thank you! Cheers, Koduri --

Re: [osg-users] What is the Max size of the OSG model on Andoid

2012-09-17 Thread Sergey Polischuk
Hi i'm not entirely sure how you doing this, but on most android devices application memory usage limited to 16mb of ram. Recent versions upped this limit to 4gb but i dont think you'll be able to actually use any model even remotely close to that because of performance reasons. Cheers. 17.09

[osg-users] What is the Max size of the OSG model on Andoid

2012-09-17 Thread Koduri Lakshmi
Hi, I am new to OSG Android. I build and tested osgAndroidExampleGLES1. I am able to load osg models of any size in this example. I made a similar example for testing. In this example i am able to load the models of size around < 650MB. I am not able to load >700 MB models. It just flashing on