"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

queation related to texture

I created a 3 d model in 3ds max and converted it in to .h format using a perl script. While creating 3d model i added materials and textures over the model. But when i use that model in my imagetarget program all those textures and materials are made hidden by the texture defined in that code and the model becomes single coloured. I want to retain the materials and textures which was added to 3 d model while creating it.please help me to do that

You can add your own texture images to the project's "assets" folder. Then, if you're using one of our samples, you can load them in Java in the loadTextures method (e.g. in ImageTargets.java). Finally, you need to bind the texture in the native renderFrame method (e.g.