POV-Ray : Newsgroups : povray.binaries.images : Robot arm : Re: Robot arm Server Time
14 Aug 2024 09:20:14 EDT (-0400)
  Re: Robot arm  
From: Dave Blandston
Date: 3 Nov 2002 14:04:53
Message: <3dc57355@news.povray.org>
"Chris Johnson" <chr### [at] chris-jcouk> wrote in message
news:3dc50132@news.povray.org...
> The rust texture isn't very good - does anyone know of a better one?

Here's a great rust texture that Xplo Aristotle posted a long time ago. It
renders pretty slowly but it looks realistic. The texture you're using now
looks fine to me, by the way...

-----------------------------------------------------
file://Iron, Rust, and RustyIron by Xplo Aristotle
#local Iron = texture {
   pigment {color rgb .25}
   normal {granite .3 scale .2}
   finish {roughness .01 specular .5 reflection .05 diffuse .8}
} file://texture

#local Rust = texture {
   pigment {
      granite
      color_map {
         [0.0 rgb <0.809995, 0.299123, 0.113405> * .8]
         [0.4 rgb <0.209995, 0.096941, 0.031510> * 1.2]
         [0.6 rgb <0.209995, 0.096941, 0.031510> * 1.2]
         [1.0 rgb <0.569986, 0.052720, 0.005707> * .9]
      } file://color_map
      scale .5
      turbulence 1
   } file://pigment
   normal {wrinkles}
} file://texture

#local RustyIron = texture {
   bozo
   texture_map {
      [0 Rust]
      [.9 Iron]
      [1 Iron]
   } file://texture_map
   turbulence 1
   omega .3
   lambda 4
} file://texture
-----------------------------------------------------

-David


Post a reply to this message

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