Re: [JAVA3D] LineAttributes problem

2002-07-16 Thread Kelvin Chung
3D Team Sun Microsystems Inc. >Date: Tue, 16 Jul 2002 08:50:56 +0100 >From: David Wedge <[EMAIL PROTECTED]> >Subject: [JAVA3D] LineAttributes problem >To: [EMAIL PROTECTED] >MIME-version: 1.0 >X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 >X-Priority: 3 >X

[JAVA3D] LineAttributes problem

2002-07-16 Thread David Wedge
Dear list, I am trying to apply style properties to a line. When I use the following code, the color is applied but the linewdith and dashpattern are ignored when the line is rendered. Am I missing something?    Point3d point1=new Point3d(0,0,0); Point3d point2=new Point3d(1.0,1.0,1.0); Lin