Re: [java3d] 3D texture mapping

1999-01-20 Thread Kevin Rushforth
our next version of Java 3D (J3D 1.2). -- Kevin Rushforth Java 3D Team Sun Microsystems [EMAIL PROTECTED] >Date: Wed, 20 Jan 1999 18:05:44 +0100 >From: Stefan Pieper <[EMAIL PROTECTED]> >To: Java3d Mailing List <[EMAIL PROTECTED]> >Subject: [java3d] 3D texture mappi

[java3d] 3D texture mapping

1999-01-20 Thread Stefan Pieper
Hi, In the mail archive I discovered an article posted by Doug Gehringer that includes an example for 3d texture mapping. In a remark to that Kevin Rushforth pointed out that only systems with the appropriate OpenGL texture extensions can run this example. Which systems (hardware/software) precis

Re: [java3d] 3D texture mapping....

1999-01-08 Thread Michael G.
Hmmm, I must have an improper setup. I ran this test (Thank you very much) and I get a rotating 3-D X thats pure white against a black background. Where shall I begin to look for the problem? Thanks. Michael G. On Tue, 5 Jan 1999 16:18:41 -0800 (PST), Doug Gehringer wrote: > >> From: [EMAI

Re: [java3d] 3D texture mapping....

1999-01-08 Thread Michael G.
So to use Java3D texture mapping I still to install GL...I thought it was part of the package. OK..thanks. Michael G. On Tue, 5 Jan 1999 16:34:09 -0800, Kevin Rushforth wrote: >It should be noted that this feature only works when running on top of >an OpenGL driver that implements the 3D textu

Re: [java3d] 3D texture mapping....

1999-01-05 Thread Krishna Gadepalli
A few answers to the questions that I asked before... >>Has anyone attempted 3D texture mapping with Java3D ? well, i did and i finally got it working... >> >>If anyone has a simple working example I would really appreciate it >>if you could mail it to me... I guess doug already

Re: [java3d] 3D texture mapping....

1999-01-05 Thread Kevin Rushforth
PROTECTED] >From: Doug Gehringer >Date: Tue, 5 Jan 1999 16:18:41 -0800 (PST) >Subject: Re: [java3d] 3D texture mapping >To: [EMAIL PROTECTED], [EMAIL PROTECTED] > >> From: [EMAIL PROTECTED] (Krishna Gadepalli) >> >> 1. 3D Texture mapping : >> >> Has an

Re: [java3d] 3D texture mapping....

1999-01-05 Thread Doug Gehringer
> From: [EMAIL PROTECTED] (Krishna Gadepalli) > > 1. 3D Texture mapping : > > Has anyone attempted 3D texture mapping with Java3D ? > > If anyone has a simple working example I would really appreciate it A simple example of 3D texture mapping is attached below. Doug Gehringer Sun Microsyste

[java3d] 3D texture mapping....

1999-01-04 Thread Krishna Gadepalli
A few questions ... 1. 3D Texture mapping : Has anyone attempted 3D texture mapping with Java3D ? If anyone has a simple working example I would really appreciate it if you could mail it to me... I tried converting the 2D texture mapping example to 3D, but my java interpreter c