Hello
Suppose say i am using many trackers (say 100 or more)...Now if all the textures for the trackers are loaded in the app itself than it would occupy much space...so one alternate is to use database..
Whether it is possible to store the texture .png files in the database and retrieve it when the texture is viewed??
I am not sure whether it is feasible...
Pls guide...
Regards Kevin
I'm not sure if this is the best way (or even a good way) but I have done something similar by loading only a small (2^2, 2^3) transparent texture then making calls through to Java to load a texture when a particular trackable is in view.
The transparent texture makes sure there are no crashes in JNI involving missing textures while the other texture is trying to load.
Rob.