[JAVA3D] Java 3D FAQ Weekly Posting (28 Feb 2005)

2005-02-28 Thread The Java 3D FAQ
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

[JAVA3D] more than two images in one face of a cube and every face with different images

2005-02-28 Thread H. Ding
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. +++

Re: [JAVA3D] more than two images in one face of a cube and every face with different images

2005-02-28 Thread Alessandro Borges
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)