P. Flavin wrote:
Video clips can be played in a VRML scenes
with Java3d using the VRML Loaders from Sun,
and it works in a browser without expensive
and bothersome certificates if the appropriate
libraries are installed ( Java 1.3+ & Java3d ).
No it doesn't work Paul. Here is the code for the old loader:
package com.sun.j3d.loaders.vrml97.impl;
public class MovieTexture extends ImageTexture {
// this class, even though incomplete,
// needs to be here because the xml DTD
// will fail otherwise.
public MovieTexture(Loader l) {
super(l);
}
}
Hmm, I doubt this will do anything useful. If you have added
MovieTextures to the codebase why don't you share the code. Afraid
people will see through the fact that you are just a complainer who
wastes peoples time? Show us the code Paul.
--
Alan Hudson
President: Yumetech, Inc. http://www.yumetech.com/
Web3D Open Source Chair http://www.web3d.org/TaskGroups/source/
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".