/* */
/* */ protected Object clone()
/* */ {
/* 886 */ TextureAttributesRetained tr = (TextureAttributesRetained)super.clone();
/* 887 */ tr.transform = new Transform3D(this.transform);
/* 888 */ tr.textureBlendColor = new Color4f(this.textureBlendColor);
/* 889 */ if (this.textureColorTable != null) {
/* 890 */ tr.textureColorTable = new int[this.textureColorTable.length];
/* 891 */ System.arraycopy(this.textureColorTable, 0, tr.textureColorTable, 0, this.textureColorTable.length);
/* */ }
/* */ else {