/* 118 */ return super.createNode(j3dClass, new Class[] { Integer.TYPE, this.bufferedImages.getClass(), Boolean.TYPE, Boolean.TYPE }, new Object[] { new Integer(this.format), this.bufferedImages, new Boolean(this.byReference), new Boolean(this.yUp) });
/* */ }
/* */
/* */ protected SceneGraphObject createNode()
/* */ {
/* 130 */ return new ImageComponent3D(this.format, this.bufferedImages, this.byReference, this.yUp);
/* */ }