POV-Ray : Newsgroups : povray.newusers : slope and texture_map peachfuzz : Re: slope and texture_map peachfuzz Server Time
6 Oct 2024 01:30:58 EDT (-0400)
  Re: slope and texture_map peachfuzz  
From: Mr
Date: 7 Aug 2009 07:05:00
Message: <web.4a7c09b63ea44b03365d2bd60@news.povray.org>
Sorry, I solved it by removing the pigment on top:
texture {
 slope{<0,0,1>}
  texture_map {
   [0 pigment {color rgb <1.00,1.00,1.00>}
    finish{
    phong 0.25
    phong_size 3
    }
   ]
   [1 pigment {color rgb <1.00,1.00,1.00>}
    finish{
    phong 0.25
    phong_size 100
    }
   ]
  }
}

This does excatly what I needed.


Post a reply to this message

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