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(TRIANGLE_ARRAY);
Does anybody know why?
cheers
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 body of the message "help".