Re: [JAVA3D] 2D to 3D

2001-02-22 Thread Fabrizio Nunnari
On Wed, 21 Feb 2001, Kasparian, Raffi J. wrote: > If you find an algorithm for converting a bitmap to polygonal instructions, > please share it with us. I would be interested in seeing it. It's a long time I'm thinking about this problem. I have some idea in mind and some (bad) notes on paper. T

Re: [JAVA3D] 2D to 3D

2001-02-21 Thread Shawn Kendall
converting a bitmap to polygonal instructions, > please share it with us. I would be interested in seeing it. > > Raffi > > -Original Message- > From: Fabrizio Nunnari [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, February 20, 2001 10:03 AM > To: [EMAIL PROTECTED] > Sub

Re: [JAVA3D] 2D to 3D

2001-02-21 Thread Roberto Speranza
uary 21, 2001 12:39 PM Subject: Re: [JAVA3D] 2D to 3D > Usually this is called "Raster to Vector" conversion and is non-trivial. > There are several packages out there that can do it, for a cost > Usually, they are for converting 2D drafting documents to CAD formats, > like dx

Re: [JAVA3D] 2D to 3D

2001-02-21 Thread Kasparian, Raffi J.
: [JAVA3D] 2D to 3D On Tue, 20 Feb 2001, Brian wrote: Hi, I don't have any answer to this, but I'll need to solve the very same problem in the future. So I'm looking for an algorithm to retrieve a coordinates set from a bitmap image. Something like converting a bitmap image into

Re: [JAVA3D] 2D to 3D

2001-02-20 Thread Yazel, David J.
calculate the normals if you specified the vertices in a special order. 3) Not to my knowledge has anyone written a VRML generator from Java3d. -Original Message- From: Brian [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 20, 2001 9:25 AM To: [EMAIL PROTECTED] Subject: [JAVA3D] 2D to 3D

Re: [JAVA3D] 2D to 3D

2001-02-20 Thread Fabrizio Nunnari
On Tue, 20 Feb 2001, Brian wrote: Hi, I don't have any answer to this, but I'll need to solve the very same problem in the future. So I'm looking for an algorithm to retrieve a coordinates set from a bitmap image. Something like converting a bitmap image into a polygonal one. Is anyone having so

[JAVA3D] 2D to 3D

2001-02-20 Thread Brian
Hi, I'm currently working on a java application that read a floor plan image and generate the corresponding 3D model. The concept is to extrude the wall outline from the floor plan. I want to use java3D to construct the 3D model, now the questions are: 1) Any operation provided in java3D is ab

Re: [JAVA3D] 2d to 3d

2000-12-13 Thread Yang Shyong
: [EMAIL PROTECTED] Subject: [JAVA3D] 2d to 3d Hi there I am able to find coordinates of all the pixels on a orthographic projection using java imageing. I want to now convert this into a 3d solution using java 3d Do I need to get end points on each line or is there another way? Sean

[JAVA3D] 2d to 3d

2000-12-13 Thread Sean
Hi there I am able to find coordinates of all the pixels on a orthographic projection using java imageing. I want to now convert this into a 3d solution using java 3d Do I need to get end points on each line or is there another way? Sean