/* */ }
/* */
/* */ public void readObject(DataInput in, Canvas3D canvas) throws IOException {
/* 118 */ int mtgSize = in.readInt();
/* 119 */ if (canvas != null)
/* 120 */ this.universe = new ConfiguredUniverse(canvas, mtgSize);
/* */ else {
/* 122 */ this.universe = new ConfiguredUniverse(ConfiguredUniverse.getConfigURL(), mtgSize);
/* */ }
/* 124 */ MultiTransformGroup mtg = this.universe.getViewingPlatform().getMultiTransformGroup();
/* */
/* 127 */ Matrix4d matrix = new Matrix4d();
/* 128 */ for (int i = 0; i < mtgSize; i++) {