POV-Ray : Newsgroups : povray.binaries.images : friday glass (png ~280k) : Re: friday glass (png ~280k) Server Time
6 Aug 2024 23:27:42 EDT (-0400)
  Re: friday glass (png ~280k)  
From: Ross
Date: 18 Aug 2006 18:14:36
Message: <44e63bcc@news.povray.org>
Ross wrote:
> 
> #declare n1 = 
> 
> #declare f1 =
> 
> #macro colored_glass_interior (theColor)


which all then get used like this:

object {...
   texture {
    pigment { rgbt <1, 1, 1, 1> }
    finish {f1}
    normal {
     average
     normal_map {n1}
    }
   }

   interior { colored_glass_interior(glasscolor) }
}


Post a reply to this message

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