> Date: Wed, 4 Jul 2001 11:44:17 +0200 > From: Alvaro Zabala <[EMAIL PROTECTED]> > Subject: [JAVA3D] MULTITEXTURE QUESTIONS. > To: [EMAIL PROTECTED] > > Hello, all! > > I'm making some multitexture probes, and I have some question that I hope > Java3d's gurus would be so kind to solve me. > > First: GeometryInfo doesn`t allow more than one texcoord set. This is very > bad for my performance, > because the terrain on which I want to apply multitexture is a QuadArray, > and GeometryInfo with > Stripifier allow to improve the performance. > ¿How can I apply more than one texcoordset to a GeometryInfo? You can't - this should be fixed in Java 3D 1.3. For now, if you want to increase your performance, you're going to have to make your own strips. -Paul ==========================================================================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".