Re: [java3d] newbe: Problems to compile VRML-JAVA3D 0.90

1999-02-24 Thread Rick Goldberg
page. Rick Goldberg Sun Microsystems >From: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Date: Wed, 24 Feb 1999 09:03:14 +0100 >MIME-Version: 1.0 >Content-transfer-encoding: 7BIT >Subject: [java3d] newbe: Problems to compile VRML-JAVA3D 0.90 > >Hi ! >I have a p

[java3d] newbe: Problems to compile VRML-JAVA3D 0.90

1999-02-24 Thread erik . pagel
Hi ! I have a problem with the VRML-JAVA3D 0.90 source code. I can't compile class com.sun.j3d.loaders.vrml97.impl.MovieTexture. The compiler tells me the class should be abstract and after I make it so the compiler gets an error because there is no default constructor for Node. -- Movie