Searched refs:replacedTexture (Results 1 – 3 of 3) sorted by relevance
1276 Texture replacedTexture = replacedTextures.get(texture); in cloneTextures() local1277 if (replacedTexture == null) { in cloneTextures()1278 replacedTexture = (Texture)texture.cloneNodeComponent(false); in cloneTextures()1279 replacedTextures.put(texture, replacedTexture); in cloneTextures()1281 appearance.setTexture(replacedTexture); in cloneTextures()
1006 Texture replacedTexture = replacedTextures.get(texture); in cloneTexture() local1007 if (replacedTexture == null) { in cloneTexture()1008 replacedTexture = (Texture)texture.cloneNodeComponent(false); in cloneTexture()1009 replacedTextures.put(texture, replacedTexture); in cloneTexture()1011 appearance.setTexture(replacedTexture); in cloneTexture()
6725 Texture replacedTexture = replacedTextures.get(texture); in cloneTexture() local6726 if (replacedTexture == null) { in cloneTexture()6727 replacedTexture = (Texture)texture.cloneNodeComponent(false); in cloneTexture()6728 replacedTextures.put(texture, replacedTexture); in cloneTexture()6730 appearance.setTexture(replacedTexture); in cloneTexture()