Re: [JAVA3D] texture problem in wireframe

2002-01-21 Thread Bob Dengle
nates() methods to add them to your geometryarray -Bob Dengle >From: Arwiyanto Asrori <[EMAIL PROTECTED]> >Reply-To: Discussion list for Java 3D API <[EMAIL PROTECTED]> >To: [EMAIL PROTECTED] >Subject: [JAVA3D] texture problem in wireframe >Date: Mon, 21 Jan 2002 19:3

[JAVA3D] texture problem in wireframe

2002-01-21 Thread Arwiyanto Asrori
Hi, I created 6 lines in java3d and made two triangles. I combined these triangle and became a square. I tried to put a texture in whole square, but the texture stay in every triangle. That's not what i want. How can i solve this problem? it would be helpful if there a simple code to make it.