POV-Ray : Newsgroups : povray.general : Transparent Object double specular / reflection : Transparent Object double specular / reflection Server Time
29 Jul 2024 08:15:40 EDT (-0400)
  Transparent Object double specular / reflection  
From: Th3Falc0n
Date: 2 Mar 2012 10:10:00
Message: <web.4f50e27069044603d4f4b400@news.povray.org>
Hi,

I'm working on a project for school.

#declare MaterialGlass = material {
 texture {
   pigment { rgbt <1,1,1,0.75> }
  finish {
   specular 0.7
  }
 }
 interior
 {
 }
}

That is my material. My Problem is that the transparent objects do double
reflection. (Outside and Inside). What am i doing wrong?

---------
Th3Falc0n


Post a reply to this message

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