POV-Ray : Newsgroups : povray.general : Possible bug Server Time
5 Aug 2024 08:27:57 EDT (-0400)
  Possible bug (Message 1 to 2 of 2)  
From: Shay
Subject: Possible bug
Date: 20 Nov 2002 12:30:42
Message: <3ddbc6c2@news.povray.org>
This may be mentioned in the docs, but I cannot find it.

union {
    object {Obj1 normal {Norm1}}
    object {Obj2 normal {Norm2}}
    pigment {rgb 1}
} // end union

Objects do not show pigment.

 -Shay


Post a reply to this message

From: Christopher James Huff
Subject: Re: Possible bug
Date: 20 Nov 2002 12:49:01
Message: <chrishuff-D79E30.12473820112002@netplex.aussie.org>
In article <3ddbc6c2@news.povray.org>, "Shay" <sah### [at] simcopartscom> 
wrote:

> This may be mentioned in the docs, but I cannot find it.
> 
> union {
>     object {Obj1 normal {Norm1}}
>     object {Obj2 normal {Norm2}}
>     pigment {rgb 1}
> } // end union
> 
> Objects do not show pigment.

Not a bug. The objects already have a texture, so the higher level 
texture (the one with the pigment) doesn't affect them.

-- 
Christopher James Huff <cja### [at] earthlinknet>
http://home.earthlink.net/~cjameshuff/
POV-Ray TAG: chr### [at] tagpovrayorg
http://tag.povray.org/


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.