is there a way to make color_maps translucent?
i thought about something like rgbf in pigments.
nothing was found in documentation.
any tips or links?
thanks in advance.
marabou wrote:
> > is there a way to make color_maps translucent?> i thought about something like rgbf in pigments.> nothing was found in documentation.> any tips or links?> > thanks in advance.
completion: i do not mean to add rgbf to single colors in map, but to
make translucent the whole map.
marabou nous apporta ses lumieres ainsi en ce 2004/05/27 04:06... :
>marabou wrote:>> >>>is there a way to make color_maps translucent?>>i thought about something like rgbf in pigments.>>nothing was found in documentation.>>any tips or links?>>>>thanks in advance.>> >>>>completion: i do not mean to add rgbf to single colors in map, but to>make translucent the whole map.>> >
Not directly. You may try this:
#default texture{pigment{filter 0.5}}
<Your color_map> or <the object receiving the color_map>
#default texture{pigment{filter 0}}
Alain