Tutorials from Sun: Java3d & everything else
-----------------------------------------
http://developer.java.sun.com/developer/onlineTraining/java3d/ |
http://developer.java.sun.com/developer/onlineTraining/Sun also provides many demos with full source code
and if you installed the JDK ( Java Development Kit )
and not just the RTE they are in your $JAVA_HOME
directory under: demo/java3d
For learning 3d, Java, and Java3d its great to combine
Java & VRML using both Java 1.1 engines like
Shout3d.com and __ also __ Java3d with
several of the competing VRML Loaders for Java3d
including the old reliable Sun VRML Loaders and
the newer ones from Yumetech.com so you create
relatively complex animations with relative ease
and have them fully portable with 'pure' Java solutions
or you can use Java3d ( with the __ same __ VRML data )
and get better-faster animation with Java3d by utilizing
the full power of the hardware acceleration of the great
graphics card you paid such a high price for ( something
'pure' Java engines can't do ).
Here's an interactive Java3d web demo with Sourcecode:
( Human Animation under your control )
Java3D JumpStart Book Note: Writes about, but does NOT demonstrate
---------------------- Web3d's H-Anim Avatars ( my programs do )
http://web3dbooks.com/java3d/jumpstart/Human.html |
http://www.frontiernet.net/~imaging/sourcecode/Human.java |
http://www.frontiernet.net/~imaging/java3d_and_vrml.html |
http://www.frontiernet.net/~imaging/games_with_java3d.html -- Paul