POV-Ray : Newsgroups : povray.general : Object-reflection-only Plane : Object-reflection-only Plane Server Time
29 Jul 2024 06:15:08 EDT (-0400)
  Object-reflection-only Plane  
From: Seansbox
Date: 26 Nov 2012 10:50:00
Message: <web.50b38e8b578313767d9aed390@news.povray.org>
I have a very plain design:
- a bluish background color
- a red sphere
- a bluish plane sitting beneath the sphere (same color as the background)

All I want is for the plane to reflect the ball, but not any other light: a
simple "reflection plane" that is otherwise invisible. The following plane
works, except that the reflection doesn't fade out--it's just a solid
reflection.

How do I make the plane fade-out the reflection over distance?

plane {
  <0, 1, 0>, -5
  pigment { color hex2rgb("E6E8FA") }
  finish { ambient .9 diffuse 0 brilliance 0 reflection .1 }
}

Thanks in advance for any ideas! This is probably a newb question. :-(


Post a reply to this message

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