/* 107 */ for (int j = 0; j < tableSize; j++)
/* 108 */ colorTable[i][j] = in.readInt();
/* 109 */ if (tableComponents != 0)
/* 110 */ attr.setTextureColorTable(colorTable);
/* 111 */ attr.setTextureMode(in.readInt());
/* 112 */ Matrix4d mat = this.control.readMatrix4d(in);
/* 113 */ Transform3D trans = new Transform3D(mat);
/* 114 */ attr.setTextureTransform(trans);
/* */
/* 116 */ attr.setCombineRgbMode(in.readInt());
/* 117 */ attr.setCombineAlphaMode(in.readInt());