I'm using a LineArray to create a Shape3D containing 3 lines.
(an arrow all togeather.)
I'm having trouble getting all 3 lines to appear.
What information is actually stored in a LineArray declared like this?
theLine = new LineArray(12,GeometryArray.COORDINATES);
Also, if I do this:
theLine.setCoordinate(0,new Point3d(1,1,1));
theLine.setCoordinate(0,new Point3d(1,1,2));
It doesn't draw the line.
Is there some other type of "coordinate" I'm setting? A color or texture
coordinate for instance?
Or, is there an easier way to create a 3 line shape?
Thanks,
John R.
===========================================================================
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".