POV-Ray : Newsgroups : povray.binaries.images : "To Remember Them By" 2 [90kbu] : Re: "To Remember Them By" 2 [90kbu] Server Time
17 Aug 2024 16:16:57 EDT (-0400)
  Re: "To Remember Them By" 2 [90kbu]  
From: Ian Burgmyer
Date: 19 Sep 2001 01:52:28
Message: <3ba8329c@news.povray.org>
"Tony[B]" <ben### [at] catholicorg> wrote in message
news:3ba76f23@news.povray.org...
> Here's the new version. I hope you can spot more crescent moons this time
> (look in the back, you should see several). I'm not 100% happy with the
> marble texture. If anyone has suggestions for that, I'd appreciate them.
The
> rest I'll leave to you to comment on as you will. Thanks in advance.

It's a great picture, Tony!  Thank you.

I put a quick stone-ish texture together for you with Moray (I renamed some
things for neatness).  It looks more like stone than marble, IMHO.  Please
tell me what you think about it. :-)

-Ian

--
#declare IanGrave =
   texture
   {
      pigment
      {
         marble
         color_map
         {
            [ 0.0     rgbft <0.7604, 0.7604, 0.7604, 0.0, 0.0> ]
            [ 0.5     rgbft <0.968733, 0.968733, 0.968733, 0.0, 0.0> ]
            [ 1.0     rgbft <0.7604, 0.7604, 0.7604, 0.0, 0.0> ]
         }
         turbulence 2.9004
         ramp_wave

      }
      normal
      {
         wrinkles , 0.101
         scale  0.1
      }
      finish
      {
         ambient 0.1
         phong 0.151067
         roughness 0.195467
      }
   }
   texture
   {
      pigment
      {
         granite
         color_map
         {
            [ 0.0     rgbft <0.0, 0.0, 0.0, 0.0, 1.0> ]
            [ 1.0     rgbft <1.0, 1.0, 1.0, 0.0, 0.5> ]
         }
         scale  0.25
      }
      normal
      {
         granite , 0.5
         scale  0.5
      }
   }

#declare texGrave =
   material  // texGrave
   {
      texture { IanGrave }
   }


Post a reply to this message


Attachments:
Download 'grave_tex.jpg' (10 KB)

Preview of image 'grave_tex.jpg'
grave_tex.jpg


 

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