|
|
"Jim Holsenback" <jho### [at] hotmailcom> wrote:
> "Russell Towle" <rto### [at] inreachcom> wrote in message
> news:web.47d9e95586031cb3302326b70@news.povray.org...
> >A single butterfly follows a spline curve through a marble tunnel.
> >
> > If there had been three of these following one another, I would have had
> > to bump
> > max_trace_level up to 8.
> >
>
> I like the butterfly. I'm working on a scene with a wind chime and thought a
> bird or butterfly on the fence post might add a nice touch to my scene. How
> did you make the butterfly? I downloaded a couple butterfly pictures to use
> a an image plane in Wings but haven't gotten a good start with that yet, so
> any deatails about you model/method would be appreciated.
The butterfly is from a photo of mine in which I managed to carefully select
only the butterfly itself and then make everything else black. POV_Ray's
image_map syntax allows transparency. Here is how I did it:
box {< 0, 0, -.001>, < 1, 1, 0.001>
pigment {
image_map {
gif "black3016.gif"
transmit 0, 1
map_type 0 //planar
once
interpolate 0 //none
}
}
finish{ambient .5}
}
Post a reply to this message
|
|