|
|
Hi all,
I have only been playing with POVRay for about a week so am very new. I
noticed in one of the examples a lightbulb was created but it had a
"frosted" bulb. I would like to create a clear bulb so you can see the
filament burning. The bulb was easy enough but I am having some trouble with
the filament. So far I have tried using the looks_like a cylinder on a point
light_source. The cylinder encloses the point of the light source.
Regardless of what I do to the cylinder texture it always looks black. Can
this approach going to give me the desired result? I have seen other
postings that talk about "media" and "glow", should I be using one of these
instead? I haven't gotten that far through the tutorial yet. Any advice is
welcome, thanks in advance.
Rod.
PS here is the light source code as it stands now -
light_source {
<0,0,0>
colour White
looks_like {
cylinder {
<-.15,0,0>, <.15,0,0>, .01
texture {Glossy}
}
}
}
Post a reply to this message
|
|