Roger Orchard wrote in message <37ba88f2@news.povray.org>...
>Can some one help me?
>
>I have a case, with holes for some LEDs in it.
>
>I can put a light under the hole, so it looks like the LED.
>
>What I want to do is group the light with the case.
>
>IE so it is a part of the
>#declare case_a =
>union {
>.
>.
>.
>}
No problem. The following is perfectly valid:
#declare case_a =
union{
/* Your case definition */
light_source{ /* Your light source */ }
}
Mark
Post a reply to this message
|