POV-Ray : Newsgroups : povray.general : texture + diffuse : texture + diffuse Server Time
6 Aug 2024 19:31:21 EDT (-0400)
  texture + diffuse  
From: Felix Wiemann
Date: 28 Jan 2002 06:26:03
Message: <3c55354b$1@news.povray.org>
When I use a stone texture and change the diffuse value, only one
element of the texture is changed:


#include "colors.inc"
#include "stones.inc"
camera{location z*-2}
light_source{z*-2 rgb 1}

plane
   {
   z, 0
   texture
      {
      T_Stone25
      }
   finish
      {
      diffuse 2
      }
   }


Why isn't the whole texture changed? What can I do to change the
diffuse value of the whole texture?
I use POV-Ray 3.5.

Felix Wiemann


Post a reply to this message

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