The Java 3D Frequently Asked Questions list for Monday February 28 2005
This is a posting of topics covered in the Java 3D FAQ. The answers
to these questions are kept at:
http://www.j3d.org/faq
Please consult this list and the web site before asking questions on the
mailing list.
If t
Hi,
I am new to Java 3D, and read sample code from Java demo.
The sample only show one image in all the surface of the cube, but what I
want is implement the two or more images in one face. And other images in
different face.
This the sample code.
+++
You can :
* prepare a texture image tiled with several smaller images (easy);
* create a box (your own) with more than one shape3D per box face;(not so easy);
The old Box can have a different texture in each face, by setting a different appearance in each face/shape3d, by using getShape(Box.TOP)