POV-Ray : Newsgroups : povray.general : Controlling Highlights : Re: Controlling Highlights Server Time
7 Aug 2024 09:26:14 EDT (-0400)
  Re: Controlling Highlights  
From: Mike Hough
Date: 18 Oct 2001 14:01:56
Message: <3bcf1914@news.povray.org>
> want the color of a material to be, say, rgb 1, but the highlight to be
rgb
> <1,0,0>.

I'll take a crack at this.

texture {
pigment {color rgb 1}
}

texture {
pigment {color rgbt <1, 0, 0, 1>}
finish {phong 1 phong_size 40 metallic}
}

Would be better if phong and specular took a color like every other renderer
out there.


Post a reply to this message

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