Steven Jones <ste### [at] spiderwebcomau> wrote in article
<3639225A.16D80F38@spiderweb.com.au>...
> How do I make a perfect mirror texture in POV?
If you mean something that's completely refectlive with no diffuse or
ambient light it would be this (at least this is what I use any way):
texture {
pigment {
color rgb <1,1,1>
}
finish {
diffuse 0
ambient 0
reflection 1
phong 1
phong_size 100
}
}
Post a reply to this message
|