This Java program draws 15 different 3D objects by transforming vertex coordinates from object space to screen space using rotation matrices and a perspective projection. After transformation, the ...
Java 3D is a full-featured 3D graphics API that has been evolving over the past five years. Resources provides a link to Sun Microsystems’ Website, where download and installation notes can be found.