Re: [JAVA3D] Another Video game question

2002-10-26 Thread Yann Le Moigne
I don't think so... to my mind it's written in c++ with opengl... - Original Message - From: "Sams 3D" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 25, 2002 10:13 PM Subject: [JAVA3D] Another Video game question > Reading this question... I remember another Am I curi

[JAVA3D] How to change color of the lines when drawing lines using LineArray???

2002-10-26 Thread Diwakar R Puthalapat
All, Hopefully this an easy question. How to assign/change color of the lines when drawing lines using LineArray class?? Thank You. Diwakar === To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of

Re: [JAVA3D] How to change color of the lines when drawing lines using LineArray???

2002-10-26 Thread Raúl Selas Hernando
Hi, you must change the point colors of each line. Remember: a LineArray defines a set of coordinates. Each pair of coordinates defines a line. The color of a line is defined by the colors of the two coordinates. Diwakar R Puthalapat escribió: All, Hopefully this an easy question. How to a