Re: [JAVA3D] Text3D morphing

2003-12-19 Thread Franck Calzada
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

Re: [JAVA3D] Can't get Java3D to work on Solaris

2003-12-19 Thread Alessandro Borges
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

[JAVA3D] [ANNOUNCE] Jun for Java (Jun406c)

2003-12-19 Thread Yoshiyuki NISHINAKA
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

[JAVA3D] Trouble with TextureLoader

2003-12-19 Thread Nicholas Pappas
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