How to use Virtualizer class save memory by storing data on disk

Started by penprakash, May 30, 2013, 06:15:37 PM

Previous topic - Next topic

penprakash

Hi,

  Could you please explain or give the sample to use the Virtualizer  to store the data on disk. What Context needs to be set in Virtualizer in android?

Thanks & Regards,
Prakash V

EgonOlsen

The docs for that call already tell you the basics of how to use it for textures. You can assign it to an Object3D as well (it will be used automatically in that case). The context is an instance of android.content.Context which can be obtained from the Activity. I wonder why the JavaDocs don't include this information...i'll add it for the next version.