Hello,
I want to how to load 3d objects (.h files) dynamically form my online server, please any one can provide me with an example or something for what I have to do on the mobile side, I can handel all the server side? I'm using ImageTargets sample.
thanks in advance..
I think that you would have to parse the header file, generate the model's arrays from that and pass them the OpenGL context.
Alternatively this project uses .blend files - https://ar.qualcomm.at/content/vuforia-integration-gamekit
Or you could use Unity Pro, which is capable of loading models as AssetBundles.