Home
last modified time | relevance | path

Searched refs:replacedTexture (Results 1 – 3 of 3) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DModelPreviewComponent.java1276 Texture replacedTexture = replacedTextures.get(texture); in cloneTextures() local
1277 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()
H A DHomeComponent3D.java1006 Texture replacedTexture = replacedTextures.get(texture); in cloneTexture() local
1007 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()
H A DPlanComponent.java6725 Texture replacedTexture = replacedTextures.get(texture); in cloneTexture() local
6726 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()