POV-Ray : Newsgroups : povray.text.tutorials : Mirror Texture Server Time
18 May 2024 09:55:53 EDT (-0400)
  Mirror Texture (Message 1 to 5 of 5)  
From: Talon Karrde
Subject: Mirror Texture
Date: 10 Jan 1998 22:32:53
Message: <34B83D65.6A8@mhv.net>
Can anyone tell me the EXACT settings for a "perfect" mirror?


Post a reply to this message

From: Roland Mas
Subject: Re: Mirror Texture
Date: 11 Jan 1998 11:28:37
Message: <69arvl$s9s$1@melchior.Cuivre.FR.EU.ORG>
Talon Karrde (tal### [at] mhvnet) wrote:
> Can anyone tell me the EXACT settings for a "perfect" mirror?

The totally perfect mirror no one ever saw:
texture {
  pigment {
    colour rgb 1
  }
  finish {
    diffuse 0
    ambient 0
    reflection 1
  }
}

B-o-b
--

bob### [at] casimirrezelenstfr -- Linux, POV-Ray, LaTeX


Post a reply to this message

From: Joel R  Chavoya Aceves
Subject: Re: Mirror Texture
Date: 12 Feb 2000 16:43:26
Message: <38A5D39B.3EB8EB1B@iteso.mx>
Talon Karrde wrote:

> Can anyone tell me the EXACT settings for a "perfect" mirror?

For exact mirror only put the reflection parameter  = 1


Post a reply to this message

From: PoD
Subject: Re: Mirror Texture
Date: 12 Feb 2000 22:58:01
Message: <38A63AC0.C752C59C@merlin.net.au>
"Joel R. Chavoya Aceves" wrote:
> 
> Talon Karrde wrote:
> 
> > Can anyone tell me the EXACT settings for a "perfect" mirror?
> 
> For exact mirror only put the reflection parameter  = 1

pigment{ rgb 0 }
finish { reflection 1 }


Post a reply to this message

From: Nieminen Juha
Subject: Re: Mirror Texture
Date: 14 Feb 2000 03:48:56
Message: <38a7c178@news.povray.org>
Joel R. Chavoya Aceves <joe### [at] itesomx> wrote:
:> Can anyone tell me the EXACT settings for a "perfect" mirror?

: For exact mirror only put the reflection parameter  = 1

  Nope, that's not enough. For a perfect mirror you need also to set diffuse
and ambient to 0.

-- 
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/


Post a reply to this message

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