/* 88 */ this.control.getSymbolTable().incNodeComponentRefCount(this.texture);
/* 89 */ this.control.getSymbolTable().incNodeComponentRefCount(this.textureAttributes);
/* */ }
/* */
/* */ public void buildGraph() {
/* 93 */ TextureUnitState attr = (TextureUnitState)this.node;
/* 94 */ attr.setTexCoordGeneration((TexCoordGeneration)this.control.getSymbolTable().getJ3dNode(this.texCoordGeneration));
/* 95 */ attr.setTexture((Texture)this.control.getSymbolTable().getJ3dNode(this.texture));
/* 96 */ attr.setTextureAttributes((TextureAttributes)this.control.getSymbolTable().getJ3dNode(this.textureAttributes));
/* 97 */ super.buildGraph();
/* */ }