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
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
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
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
>
> --