Re: [JAVA3D] I know you know what I do not know

2003-10-17 Thread Fei Li
andro borges" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 17, 2003 6:16 AM Subject: Re: [JAVA3D] I know you know what I do not know > You can also have a DOT3 BumpMapping. > The grayscale images is actually a heigh map field, > and is converted to

Re: [JAVA3D] I know you know what I do not know

2003-10-17 Thread Alessandro borges
You can also have a DOT3 BumpMapping. The grayscale images is actually a heigh map field, and is converted to a normal map. NomalMap DOT3 LightMap = per pixel BumpMap But to have it you must have a 3D hardware with Combine DOT3 capabilities (GForce, Radeon, etc) see a running demo here (source c

Re: [JAVA3D] I know you know what I do not know

2003-10-17 Thread Sven Luhn
I think you want to display the grayscale image in 3D. Then you have to create the 3D geometry for the 2D-image. You can interpret the gray values of the 2D-image as z-Values in the third dimension. To rotate the scene you have to add a MouseRotateBehavior to your scene. Fei Li wrote: Hi, My fir

[JAVA3D] I know you know what I do not know

2003-10-17 Thread Fei Li
Hi, My first question for this group. I have a grayscale image and I woulk like to see a 3d picture and use mouse to spin around. What should I do? Thanks === To unsubscribe, send email to [EMAIL PROTECTED] and include in t