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.
------
MovieTexture.java:40: No constructor matching
Node() found in class
com.sun.j3d.loaders.vrml97.impl.Node.
public abstract class MovieTexture extends Node {
-----
where is my erorr ? I'm using JDK 1.2 (Win32) and
Java3D 1.1 (Win32).
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/