Re: HomeTexture
Code: Select all
int m;
for (m=0; m<11; m++)
{
if(Left_Wall_Texture.equals(Wall_Ceiling_Text[m]))
{
// Set as Texture image the selected texture
TextureImage Left_Texture_Image = preferences.getTexturesCatalog().getCategories().get(2).getTexture(m);
Left_Wall.setLeftSideTexture(new HomeTexture (Left_Texture_Image));
}
}