POV-Ray : Newsgroups : povray.newusers : Reflection of the object is white : Reflection of the object is white Server Time
2 Jul 2024 11:20:08 EDT (-0400)
  Reflection of the object is white  
From: gregtom6
Date: 21 Apr 2011 10:40:01
Message: <web.4db04189b06503eb2bc2c32a0@news.povray.org>
Hy all!

My problem is, this is a material:
#include "glass_old.inc"
 #declare esemenyhor =
   material  // esemenyhor
   {
      texture{ T_Green_Glass
              normal{ripples 0.3
                     //bumps 0.8
                     turbulence 0.2+k
                     //bozo 1.5
                     scale 0.15+k*0.5
                     translate< 1,0,2>
                     }
              finish{ambient 0.45
                     diffuse 0.55
                     reflection 80}
             }// end of texture
     //interior{I_Glass}
   }
This material reflects a model, but in white color. What is the mistake?


Post a reply to this message

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