ttcc
04-10-2001, 02:40 PM
I have to display a 3D wing.
A wing is built by connecting its (DIFFERENT) sections together.
I've got each section's points stored in a 2D vector.
(of course... the vectors have the same length)
Now, is there a simple way to connect these sections and make a surface?
I thought: It is a such of extrusion! ... I' ll use this tool:
"The GLE Extrusion library "
... but now I think it can't be useful because... it "moves" ONE 2D shape...
while I have to connect at least 2 (different) section and make a "cone-like" surface... + or -
:_)
Thanks a lot
A wing is built by connecting its (DIFFERENT) sections together.
I've got each section's points stored in a 2D vector.
(of course... the vectors have the same length)
Now, is there a simple way to connect these sections and make a surface?
I thought: It is a such of extrusion! ... I' ll use this tool:
"The GLE Extrusion library "
... but now I think it can't be useful because... it "moves" ONE 2D shape...
while I have to connect at least 2 (different) section and make a "cone-like" surface... + or -
:_)
Thanks a lot