Re: [JAVA3D] using immediate mode of drawing

2002-05-20 Thread Doug Twilleager
va 3D Team Sun Microsystems >Thanks, >nitin > >> -Original Message- >> From: Yazel, David J. [mailto:[EMAIL PROTECTED]] >> Sent: Thursday, May 16, 2002 10:32 PM >> To: [EMAIL PROTECTED] >> Subject: Re: [JAVA3D] using immediate mode of drawing >>

Re: [JAVA3D] using immediate mode of drawing

2002-05-19 Thread Nitin.Jain
Thursday, May 16, 2002 10:32 PM > To: [EMAIL PROTECTED] > Subject: Re: [JAVA3D] using immediate mode of drawing > > > I stand corrected. > > -Original Message- > From: Doug Twilleager [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 16, 2002 1:00 PM > To: [EM

Re: [JAVA3D] using immediate mode of drawing

2002-05-16 Thread Yazel, David J.
I stand corrected. -Original Message- From: Doug Twilleager [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 16, 2002 1:00 PM To: [EMAIL PROTECTED] Subject: Re: [JAVA3D] using immediate mode of drawing Actually, this is a valid way to do pure immediate mode rendering. The problem is that

Re: [JAVA3D] using immediate mode of drawing

2002-05-16 Thread Doug Twilleager
nctions of a derived canvas3d. > >Dave > >-Original Message- >From: Nitin.Jain [mailto:[EMAIL PROTECTED]] >Sent: Thursday, May 16, 2002 9:58 AM >To: [EMAIL PROTECTED] >Subject: [JAVA3D] using immediate mode of drawing > > > Hi , >we are not able to use the i

Re: [JAVA3D] using immediate mode of drawing

2002-05-16 Thread Yazel, David J.
9:58 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] using immediate mode of drawing Hi , we are not able to use the immediate mode of rendering of Canvas3D. We are doing every thing according to the specification in 1.3 API documentation(I think). Is it necessary for us to create our own

[JAVA3D] using immediate mode of drawing

2002-05-16 Thread Nitin.Jain
Hi , we are not able to use the immediate mode of rendering of Canvas3D. We are doing every thing according to the specification in 1.3 API documentation(I think). Is it necessary for us to create our own implementation of canvas3d. I'm attaching the code we have written to do the same. Thanks i