Hi all,
Now I could replace the teapot to a banana in imagetargets, but the banana's Texture is mess ,so I found the source in ImageTargets.java is
mTextures.add(Texture.loadTextureFromApk("TextureTeapotBrass.png",
getAssets()));
mTextures.add(Texture.loadTextureFromApk("TextureTeapotBlue.png",
getAssets()));
mTextures.add(Texture.loadTextureFromApk("TextureTeapotRed.png",
getAssets()));
how could I change the Texture for banana? the order for loading Texture is fix (brass-->blue-->red )?
Thanks Robertross , did you mean the "PNG" file is not for the texture ?