POV-Ray : Newsgroups : povray.newusers : specular texture : specular texture Server Time
5 Oct 2024 15:47:25 EDT (-0400)
  specular texture  
From: tony
Date: 4 Sep 2009 15:40:00
Message: <web.4aa16bf14725079a48d890540@news.povray.org>
I am a newcomer to Povray and trying to land in a wooden three textures:
diffuse, bump, specular.

With the first two have no problem:

pigment{ image_map{ jpeg "suelo.jpg" interpolate 2}}
normal { bump_map{ jpeg "suelo_bump.jpg" bump_size 0.8}}
finish { diffuse 0.8 specular 0.5 ambient 0.100000 roughness 1/50 }

But not to speculate that the texture is not uniform brightness,
ie grayscale darkest areas sparkle less or nothing.

I've searched the documentation and have not found or been able to find anything
respect.

Does this function Povray? How?

Thanks and best regards to all.

Tony


Post a reply to this message

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