POV-Ray : Newsgroups : povray.text.scene-files : Mirror : Mirror Server Time
28 Jun 2024 23:01:24 EDT (-0400)
  Mirror  
From: Duncan Adamson
Date: 10 May 2003 14:00:16
Message: <3ebd3e30$1@news.povray.org>
Hi,

I'm trying to create a mirror to add to a bathroom I'm creating.

my texture is defined as
#declare BathroomMirrorTexture = texture
{
        pigment
        {
                White
        }
        finish
        {
                ambient 0.1
                brilliance 6
                diffuse 0.7
                metallic
                specular 0.80
                roughness 1/120
                reflection 0.8
        }
}

but it comes out very cloudy - what am I doing wrong?

Many thanks

Duncan


Post a reply to this message

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