Re: [JAVA3D] use of GeometryInfo class

2000-12-21 Thread Aant
It must be: GeometryInfo ginfo = new GeometryInfo(GeometryInfo.TRIANGLE_ARRAY); - Original Message - From: Liming CHEN <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, December 21, 2000 7:23 PM Subject: Re: [JAVA3D] use of GeometryInfo class > I try

Re: [JAVA3D] use of GeometryInfo class

2000-12-21 Thread Liming CHEN
I have sorted out it. Thanks Liming === 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

Re: [JAVA3D] use of GeometryInfo class

2000-12-21 Thread Liming CHEN
I try to construct a GeometryInfo object using the following line GeometryInfo ginfo = new GeometryInfo(TRIANGLE_ARRAY); but it said that BodyParts.java:183: cannot resolve symbol symbol : variable TRIANGLE_ARRAY location: class BodyParts GeometryInfo ginfo = new GeometryInfo(TRIANGL