POV-Ray : Newsgroups : povray.general : Perfect Mirror : Re: Perfect Mirror Server Time
13 Aug 2024 05:52:40 EDT (-0400)
  Re: Perfect Mirror  
From: Shinzaho
Date: 30 Oct 1998 09:01:27
Message: <01be040d$9c128d20$564a5b82@fisher.hr.upenn.edu>
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

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