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 able to perform extrusion?
That means, convert the wall outline into Shape, and extrude
the Shape?

2) If I'm able to get the coordinate information of the wall
outline, any method to construct the 3D model from the
coordinate information? Using TriangleStripArray?

3) I want the generated 3D model can be stored in vrml format, so
that users can view them outside the application. Is java3D
able to write the generated 3D model into vrml?

Thanks in advance!

Brian

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to