Re: [JAVA3D] text in java3d

2002-01-14 Thread Kelvin Chung
der to [EMAIL PROTECTED] using -f >Date: Mon, 14 Jan 2002 14:36:40 +0100 >From: Ingo Brunberg <[EMAIL PROTECTED]> >Subject: Re: [JAVA3D] text in java3d >To: [EMAIL PROTECTED] > >Hi Justin and Corysia, > >I just tried your code, but it does not work with j3d 1.3b1, though

Re: [JAVA3D] text in java3d

2002-01-14 Thread Enrique Dumas
ong z > and with some rotation, > then, when navigating, those labels will have > multi-layer dynamic > relationship. That looks great! > > xiaohua > - Original Message - > From: "Corysia Taware" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECT

Re: [JAVA3D] text in java3d

2002-01-14 Thread Corysia Taware
Ick. I hope a new bug wasn't introduced when the bug I found was addressed. - Original Message - From: "Ingo Brunberg" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 14, 2002 6:36 AM Subject: Re: [JAVA3D] text in java3d > Hi Justin

Re: [JAVA3D] text in java3d

2002-01-14 Thread Joachim Diepstraten
Hi Ingo > this is about Raster, not Text2D. I think there is no relationship Upps maybe I should have read the whole thread. > between them. Hmm well I wouldn't say that both are textures in some sort. EOF, J.D. -- Explore SRT with the help of Java3D (http://wwwvis.informatik.uni-stuttgart.d

Re: [JAVA3D] text in java3d

2002-01-14 Thread Ingo Brunberg
Hi Joachim, this is about Raster, not Text2D. I think there is no relationship between them. >Hi Ingo > >> I just tried your code, but it does not work with j3d 1.3b1, though it >> does with 1.2.1_03. I fear this is due to one more bug in 1.3b1. > >Could be I've found a bug in Text2D which has a

Re: [JAVA3D] text in java3d

2002-01-14 Thread Joachim Diepstraten
Hi Ingo > I just tried your code, but it does not work with j3d 1.3b1, though it > does with 1.2.1_03. I fear this is due to one more bug in 1.3b1. Could be I've found a bug in Text2D which has already accordingly to Kelvin Chung already been fixed for 1.3b2 EOF, J.D. -- Explore SRT with the

Re: [JAVA3D] text in java3d

2002-01-14 Thread Ingo Brunberg
Hi Justin and Corysia, I just tried your code, but it does not work with j3d 1.3b1, though it does with 1.2.1_03. I fear this is due to one more bug in 1.3b1. >Corysia Taware wrote: > >> Look in the archives for Raster Labels. I think it >> was in June or July of 2001 that I was trying to >>

Re: [JAVA3D] text in java3d

2002-01-14 Thread Justin Couch
Corysia Taware wrote: > Look in the archives for Raster Labels. I think it > was in June or July of 2001 that I was trying to > figure that out. Having read the rest of this thread, I'll just post this for posterity and the archives. There is an implementation of the raster text label in the

Re: [JAVA3D] text in java3d

2002-01-13 Thread xhsun
]> Sent: Sunday, January 13, 2002 4:36 PM Subject: Re: [JAVA3D] text in java3d > Look in the archives for Raster Labels. I think it > was in June or July of 2001 that I was trying to > figure that out. > > --- xhsun <[EMAIL PROTECTED]> wrote: > > I'm deve

Re: [JAVA3D] text in java3d

2002-01-13 Thread Corysia Taware
Look in the archives for Raster Labels. I think it was in June or July of 2001 that I was trying to figure that out. --- xhsun <[EMAIL PROTECTED]> wrote: > I'm developing a java3d interface to display > information from a database. The polygon nature of > either Text2D or Text3D make them impo

[JAVA3D] text in java3d

2002-01-12 Thread xhsun
I'm developing a java3d interface to display information from a database. The polygon nature of either Text2D or Text3D make them impossible for the dispaly of large amout of text. Could anyone give me some good suggestions?   Thanks a lot in advance.   xiaohua