[JAVA3D] test JAVA3D

2003-08-14 Thread Auguste Genovesio
I'm looking for a very simple sample code which would check whether java3D is setup or not. thanks -- A. Genovesio Quantitative Image Analysis Group Institut Pasteur 25, rue du Docteur Roux 75724 Paris Cedex 15 === To unsubscr

Re: [JAVA3D] test JAVA3D

2003-08-14 Thread Flynn, Parnell (MED)
If you have the java3d sdk installed in an installation of the j2sdkx.x.x then under the demo directory of the j2sdk you will see a directory call java3d under that directory there are many java 3d demo programs. Just as a test you can move into the FourByFour directory and type java FourByFour (as

Re: [JAVA3D] test JAVA3D

2003-08-14 Thread Alessandro Borges
The simpliest test is try to run the Java3D demo HelloUniverse. But for remote, or web, testing you can try to run a applet as the one below: http://www.cpm2002.hpg.ig.com.br/alessandro/J3D/index.html This is a 3 step Java/Java3D detection routine I and some friends developed last year. Fell fre

Re: [JAVA3D] test JAVA3D

2003-08-08 Thread John Wright
There is a demo included with Java3D called "PackageInfo" that shows how to check the version of Java 3D that is installed. - John Wright Starfire Research Auguste Genovesio wrote: > > I'm looking for a very simple sample code which would check whether java3D > is setup or not. > > thanks > > --