Re: [JAVA3D] lineArray and transparency

2004-12-05 Thread Clemens Holzhüter
sage - > From: "Clemens Holzhüter" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, November 18, 2004 2:03 PM > Subject: Re: [JAVA3D] lineArray and transparency >> Hi, >> >> I tried the orderedGroup...i still have Problems: >> &

Re: [JAVA3D] lineArray and transparency

2004-11-18 Thread Östen L
ith a transparent plane and it worked OK, (if I have understood your problem correctly). I'm not sure about the Box-case. -ol - Original Message - From: "Clemens Holzhüter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, November 18, 2004 2:03 PM Sub

Re: [JAVA3D] lineArray and transparency

2004-11-18 Thread Clemens Holzhüter
Hi, I tried the orderedGroup...i still have Problems: First off all, if i render the Box first, Lines after, the Lines disappear totally. Second: I am using a couple of orderedGroups parallel, and when you put the Boxes in a Line they sometimes (not all) are opaque. Very Strange... bye Cleme

Re: [JAVA3D] lineArray and transparency

2004-11-14 Thread Östen L
Hi, Non-transparent objects are always rendered before transparent objects, see javax.media.j3d.Canvas3D So as long as the lines are truly opaque OrderedGroup will not help, but you can set the TransparencyAttributes for the lines to TransparencyAttributes.NICEST/FASTEST and set the transparency to

Re: [JAVA3D] lineArray and transparency

2004-11-14 Thread Gilson Laurent
Hello > So how do define my array so, that i can "shine" through my Box.? Add the plane and the lines to a "javax.media.j3d.OrderedGroup". The lines will always stay "on-top" of the plane. cu === To unsubscribe, send email

[JAVA3D] lineArray and transparency

2004-11-14 Thread Clemens Holzhüter
Hello, I have a number of Lines (my LineArray) drawn in one flat/Plane. Now I'd like to embed these in another (transparent )Plane or a narrow Box, so that you fully see the LineArray on all sides, while the Box is transparrent. (the transparency of the box must not effect the LineArray... it sti