Hi there, I have used GeometryInfo to create a number of square planes for a shape and I am now trying to map a texture to these planes. I am using TexCoordGeneration to create the Texture Coordinates for the shape:
app.setTexCoordGeneration(new TexCoordGeneration(TexCoordGeneration.OBJECT_LINEAR,TexCoordGeneration.TEXTURE_COORDINATE_2)); app.setTexture(tex); For some reason the image is mapped halfway up the plane and then wraps round with the outside of the texture in the middle. How can I make the texture start at the side? Any Ideas? Thanks in advance =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JAVA3D-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".