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
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
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