Home
last modified time | relevance | path

Searched refs:cloneTexture (Results 1 – 2 of 2) sorted by relevance

/dports/cad/sweethome3d/SweetHome3D-6.6.4-src/src/com/eteks/sweethome3d/swing/
H A DHomeComponent3D.java948 cloneTexture((Node)it.nextElement(), replacedTextures); in startOffscreenImagesCreation()
968 cloneTexture((Node)it.nextElement(), replacedTextures); in getOffScreenImage()
992 private void cloneTexture(Node node, Map<Texture, Texture> replacedTextures) { in cloneTexture() method in HomeComponent3D
997 cloneTexture((Node)enumeration.nextElement(), replacedTextures); in cloneTexture()
1000 cloneTexture(((Link)node).getSharedGroup(), replacedTextures); in cloneTexture()
H A DPlanComponent.java6669 cloneTexture(pieceNode, new IdentityHashMap<Texture, Texture>()); in createIcon()
6711 private void cloneTexture(Node node, Map<Texture, Texture> replacedTextures) { in cloneTexture() method in PlanComponent.PieceOfFurnitureModelIcon
6716 cloneTexture((Node)enumeration.nextElement(), replacedTextures); in cloneTexture()
6719 cloneTexture(((Link)node).getSharedGroup(), replacedTextures); in cloneTexture()