POV-Ray : Newsgroups : povray.binaries.images : Surface Dust : Re: Surface Dust Server Time
2 Aug 2024 16:23:53 EDT (-0400)
  Re: Surface Dust  
From: Trevor G Quayle
Date: 3 May 2007 23:45:02
Message: <web.463aac0b2be0ee5718cba2ba0@news.povray.org>
"Bryan Valencia" <com### [at] yahoocom> wrote:
> I tried a semitransparent granite texture to simulate surface dust (not in
> the atmosphere, just lying on the surfaces, and I am not satisfied.
>
>
> Is there another approach to adding surface dust to a texture?

have a look at "slope" pattern textures

eg (one that I've used before):

#declare TDusty=
texture{
  pigment{
    slope y
    color_map{
      [0.5 rgbt 1]
      [1.0 rgbt<0.65,0.65,0.60,0.75>]
    }
    poly_wave 1.1
  }
  finish{
    ambient 0
    diffuse 0.85
    brilliance .33
  }
}

Layer it over your base layer, you can even try a normal to enhance it.

-tgq


Post a reply to this message

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