POV-Ray : Newsgroups : povray.general : Toughts about texturing system : Re: Thoughts about texturing system Server Time
8 Aug 2024 20:23:50 EDT (-0400)
  Re: Thoughts about texturing system  
From: Tony[B]
Date: 3 Oct 2000 22:51:58
Message: <39da9b4e@news.povray.org>
How about this? Notice that "map" replaces all the other maps (less typing),
"light" is now "lighting", and that interior has "fading {...}" now. You
like?

material
{
 surface
 {
  [pattern - map]
  texture
  {
   [pattern - map]
   pigment {..}
   normal {..}
  }
  finish


   [pattern - map]
   reflection {type .. min .. max .. exponent ..}
   highlights {phong .. specular .. blinn ..}
   iridescence {irid .. thickness ..}
   lighting {ambient..  brilliance ..}
  }
 }
 interior
 {
  ior
  media {..}
  fading {distance .. power .. color ..}
 }
}


Post a reply to this message

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