POV-Ray : Newsgroups : povray.bugreports : Reflection bug? : Reflection bug? Server Time
28 Jun 2024 02:11:57 EDT (-0400)
  Reflection bug?  
From: Markus Becker
Date: 27 Nov 1998 06:23:58
Message: <365E8CBF.741436D3@zess.uni-siegen.de>
Hello,

here's another one that someone postet over there on c.g.r.r:

The following scene consists of an opaque, reflective plane with
a normal applied to it. The underlying plane with a checker
pigment seems to come through the upper plane.

camera { location <-1,20,-20> look_at <0,12,0> }

light_source {
  <300,500,100>
  color rgb <1,1,1>
}

background { color rgb <0,1,0> }

plane {
  y, 0
  texture {
    pigment { color rgb<.5,.5,.5> }
    normal { wood 0.5 scale 10 }
    finish { reflection 1}
  }
}

plane{
  y,-1
  texture {
    pigment {
      checker
        color rgb<1,0,0>
        color rgb<0,1,0>
      }
    scale 10
  }
  finish { ambient 1 }
}

//----------------- cut here ----------------------


Markus


Post a reply to this message

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