"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

Texture problem

Hi!

 

I replaced the teapot with a cup noodles. Now, I would like to know how to change the texture of the lid of the cup noodle. or simply how will I change the texture of my new 3D model? Hoping for your response. Thanks! I have no idea how to change it.

DavidBeard

Thu, 07/19/2012 - 01:20

  1. Add the texture images to the assets folder.
  2. In the main activity class (e.g. ImageTargets.java) find the loadTextures() method. Add additional calls to mTextures.add for each of your image files.

iyasatuito

Thu, 07/19/2012 - 02:23

Thanks for your reply!!!! it is greatly appreciated!!! =)