POV-Ray : Newsgroups : povray.binaries.images : Repearing the Network (78kb) : Re: Repearing the Network (78kb) Server Time
2 Oct 2024 04:21:43 EDT (-0400)
  Re: Repearing the Network (78kb)  
From: Rune
Date: 15 Jul 2000 14:17:26
Message: <3970aab6@news.povray.org>
"DEPerere" wrote:
> I like this image.

Thanks!

> This texture is a realy good one. As I'm a weak scripter,
> I wasn't able to recreate it. Is it possible to have a
> look on this part of the script?

When I get the time I'll clean up the whole source code and put it on my
website, but in the meantime, here's the code for the texture I talked
about:

pigment {
   crackle solid
   scale 0.15
   frequency 20
   color_map {
      [0.0, color <0.7,0.7,0.7>]
      [1.0, color <1.0,0.7,0.4>]
   }
}
normal {
   average
   normal_map {
      [crackle 0.4 scale 0.15 slope_map {[0,v][.05,1][.05,u]}]
      [dents 2 scale 0.05 turbulence 1]
   }
}
finish {phong 0.2 phong_size 1 brilliance 2}

Greetings,

Rune
--
Updated July 10: http://rsj.mobilixnet.dk
3D images, include files, stereograms, tutorials,
The POV Desktop Theme, The POV-Ray Logo Contest,
music, 350+ raytracing jokes, and much more!


Post a reply to this message

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