POV-Ray : Newsgroups : povray.general : Warning: No pigment type given. : Re: Warning: No pigment type given. Server Time
5 Aug 2024 00:18:18 EDT (-0400)
  Re: Warning: No pigment type given.  
From: Tom Melly
Date: 10 Jan 2003 10:31:09
Message: <3e1ee73d$1@news.povray.org>
"Warp" <war### [at] tagpovrayorg> wrote in message news:3e1ed91a@news.povray.org...
>
>   Which IMHO is a bug which should be fixed.
>

As a general comment on this, IMHO texture-handling for all CSG-like operations
could do with more flexability. IIRC there's not much chance of this being
'fixed' until 4.00

For example:

union{
    object{foo texture{pigment{rgb 1}}}
    object{bar texture{pigment{rgb 0.5} normal{granite}}}
    object{foobar texture{normal{granite}}}
    texture{pigment{rgb 0.25} normal{bozo}}
}

It would be nice foo used the normal{bozo}, bar used nothing, and foobar used
the pigment{rgb 0.25}


Post a reply to this message

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