"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

3D Model Problem

Hi! I'm having a problem with replacing the teapot with a banana.

I followed everything that is instructed here:

https://ar.qualcomm.at/content/replace-3d-model-different-3d-model

 

But instead, the result is still a teapot with a banana texture.

 

I've cleaned my project as also told but still, the result remains the same.

 

Please could someone help me. I would really appreciate it. Thank you.

DavidBeard

Mon, 07/09/2012 - 20:10

It's likely that you are still referencing the Teapot arrays. Can you post the code that you're using?

And did you #include your header file?

iyasatuito

Tue, 07/10/2012 - 01:58

Thanks for the reply David. here's my ImageTargets.cpp code.

 

/*==============================================================================

            Copyright (c) 2012 QUALCOMM Austria Research Center GmbH.

DavidBeard

Tue, 07/10/2012 - 02:45

That looks correct. After you've run ndk-build be sure to run Project > Clean in Eclipse so that you're using the most recent version of the libraries in your build. That may be why your model is not being updated.