Subject:
|
Re: part skins (was Re: some thoughts on ldraw parts)
|
Newsgroups:
|
lugnet.cad.dev
|
Date:
|
Wed, 4 Oct 2000 08:02:46 GMT
|
Viewed:
|
1100 times
|
| |
| |
In lugnet.cad.mlcad Larry Pieniazek <lpieniazek@mercator.com> wrote:
> Decorations, like everything else, need to be described as collections of
> polygons. Unfortunately. And currently, that's what parts authors, even gifted
> decoration authors like Chris Dee, do. They bash polygons by hand.
>
> Is there another way round, though, to add some automation?
Yes indeedy, and coincidentally I slung together the beginnings of such a
program tonight. You feed it the outlines of the features of the printed
element, along with a "color seed" inside each colored region, and it
generates the triangles and colors them appropriately. (Currently it
generates only triangles, but merging triangles into quads when appropriate
isn't hard.) My code is really just a wrapper around Jonathan Shewchuk's
"Triangle" library ( http://www.cs.cmu.edu/~quake/triangle.html ), which
does all the hard stuff.
Ideally there would be a nice GUI on top of it that would let you draw the
outlines on top of a bitmap (scanned image of the printed part); Java2D
would make this both relatively easy and portable. But even as a command
line tool it shows great promise. The code needs some cleanup to be really
useful, but as soon as it's decent I will make it available.
Steve
--
Barb & Steve Demlow | demlow@visi.com | www.visi.com/~demlow/
|
|
Message has 1 Reply: | | Re: part skins (was Re: some thoughts on ldraw parts)
|
| (...) Cool beans! (...) Define "feed" in this context... an ordered vertex list? That's still hard to do, what is needed is an app that lets me create these regions superimposed on a bitmap. (...) Er, ah, kind of like that. (...) I think this is an (...) (24 years ago, 4-Oct-00, to lugnet.cad.dev)
|
Message is in Reply To:
36 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
This Message and its Replies on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|