Re: [JAVA3D] Changing text color on Canvas3D during rendering

2002-09-12 Thread Raghavendra R
ing text color onCanvas3D during rendering Hi, I have an application which renders a2D CAD graphics image on a Canvas3D. I have extended the Shape3D and usedTexture2D for drawing legend text on the Canvas3D for legends etc. Ineed to change to color of the leg

Re: [JAVA3D] Changing text color on Canvas3D during rendering

2002-09-12 Thread Arnaud Garcia
hanks anirban - Original Message - From: Raghavendra R To: [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 6:02 PM Subject: [JAVA3D] Changing text color on Canvas3D during rendering Hi,I have an application which renders a 2

Re: [JAVA3D] Changing text color on Canvas3D during rendering

2002-09-12 Thread Anirban Bhadore
: Raghavendra R To: [EMAIL PROTECTED] Sent: Wednesday, September 11, 2002 6:02 PM Subject: [JAVA3D] Changing text color on Canvas3D during rendering Hi,I have an application which renders a 2D CAD graphics image on a Canvas3D. I have extended the Shape3D and used Texture2D for

[JAVA3D] Changing text color on Canvas3D during rendering

2002-09-11 Thread Raghavendra R
Hi, I have an application which renders a 2D CAD graphics image on a Canvas3D. I have extended the Shape3D and used Texture2D for drawing legend text on the Canvas3D for legends etc. I need to change to color of the legend text at runtime while rendering the Canvas3D and exporting t

[JAVA3D] Changing text color on Canvas3D during rendering

2002-09-09 Thread Raghavendra R
Hi, I have an application which renders a 2D CAD graphics image on a Canvas3D. I have extended the Shape3D and used Texture2D for drawing text on the Canvas3D for legends etc. I need to change to color of the legend text at runtime while rendering the Canvas3D and exporting the image