POV-Ray : Newsgroups : povray.international : [ES] specular map : Re: [ES] specular map Server Time
25 Apr 2024 22:15:56 EDT (-0400)
  Re: [ES] specular map  
From: JSR
Date: 11 Jan 2007 07:00:00
Message: <web.45a62602c71b91b4d8ef73430@news.povray.org>



#declare mat_PARQUET_pigment =
  pigment { image_map { jpeg "diffuse_map.jpg" } }

#declare mat_PARQUET =
  texture {
    uv_mapping pigment_pattern { image_map { jpeg "specular_map.jpg" } }
    texture_map {
      [0.0 pigment { mat_PARQUET_pigment }
           finish { ambient 0.0 diffuse 0.8 specular 0 } ]
      [1.0 pigment { mat_PARQUET_pigment }
           finish { ambient 0.0 diffuse 0.8 specular 2 } ]
    }
  }

Voy a colgar la imagen en povray.binaries.images para poder ver el
resultado.
Saludos,

Joel.


Post a reply to this message

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