|
|
Jaime Vives Piqueres <jai### [at] ignoranciaorg> wrote:
> > texture { pigment { image_map {bmp "desktop.bmp"} //1440x900
> > rotate<0,90,0> scale<1,310,490> translate<0,100,140> } ambient 0.3 }
>
> Change the "ambient 0.3" by "ambient 1", or better by "finish{ambient
> 1}".
>
> Regards,
>
> --
> Jaime Vives Piqueres
>
> La Persistencia de la Ignorancia
> http://www.ignorancia.org
If you are using 3.7, this type of usage for ambient is better used with the new
'emission' keyword.
You may also want to add a value other than the default for 'diffuse' to help
control shadows as well.
-tgq
Post a reply to this message
|
|