--
Melih
It is "public void setTextureCoordinate(int texCoordSet, int index,
float[] texCoord)" where you use texCoordSet to select the texture,
index is the vertex that you are defining and texCoord is the
coordinate in the image. You can use the setTextureCoordinates method
to set all vertex of the same face in one step.