POV-Ray : Newsgroups : povray.general : Planetary Heightfields: Now what? : Re: bump_maps, Phong, specular Server Time
13 Aug 2024 19:21:16 EDT (-0400)
  Re: bump_maps, Phong, specular  
From: Nieminen Mika
Date: 29 Sep 1998 12:29:17
Message: <3610fccd.0@news.povray.org>
=Bob <ver### [at] aolcom> wrote:
: 'phong' hilights have color based upon lights, whereas 'specular' is white 
: regardless of colors used in lights.

camera { location -z*8 look_at 0 angle 35 }
light_source { <100,100,-100> color <1,1,0> }
sphere
{ -x,1 pigment { rgb <1,0,0> } finish { phong 1 phong_size 10 }
}
sphere
{ x,1 pigment { rgb <1,0,0> } finish { specular 1 roughness .05 }
}


http://www.cs.tut.fi/~warp/test.jpg

  Yeah, right. And the moon is a big cheese.

-- 
                                                           - Warp. -


Post a reply to this message

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