Title: RE: [JAVA3D] Text3D morphing
Hi peter,
Yes, manipulating text3D is very hard for morphing purpose... I think I'll try to implement your idea (using a texture (text texture) and apply it on morphing shapes).
I'll let you know about the result.
You can see the first implementation at
Ewald,
Seens your install miss the native Java3D libraries.
check if you have the file libJ3D.so
in the folder
/usr/j2se/jre/lib/sparc/
I guess you will need also libJ3DUtils.so and
libJ3DSound.so in the same folder above.
The Unixe's *.so are equivalent to Window's dlls.
Do not worry, your Ja
We have released a new version, 406b, of "Jun for Java".
The major changes since the version 406 includes:
* JunMovieHandleWithMovieController is a class to play a
movie using a movie controller provided by QuickTime. Now
the movie handle of the JunMoviePlayer is replaced with
Hello all. I'm hoping someone could help me out with a problem I
suddenly ran into with a Java3D application I recently dusted off.
I have the following line:
TextureLoader loader = new TextureLoader(filename, "bmp", null);
I get the following error:
Error loadin