POV-Ray : Newsgroups : povray.binaries.images : [WIP] ICC 2004 mk V : Re: [WIP] ICC 2004 mk V Server Time
13 Aug 2024 15:27:47 EDT (-0400)
  Re: [WIP] ICC 2004 mk V  
From: Timothy R  Cook
Date: 23 Feb 2003 17:52:03
Message: <3e595093$1@news.povray.org>
Florian Brucker wrote:
> but i think there should be some more little stones or something else where
> the gravestones touch the soil. it looks like they are simply glued onto the
> floor...

Ground.  The floor, when outside, is called 'ground'. ;)
The scene is actually supposed to be a lot darker.

> btw, how did you do that sky? it looks great.

Media with two different destinies.

#declare Sky2 = material{
   texture{ pigment{ color rgbt <0.0, 0.5, 1.0, 1.0> }}
   interior{
     media{
       intervals 1
       confidence 0.0001
       variance 1.0/1.0
       ratio 0.5
       emission rgb <0.001, 0.001, 0.002>
       scattering{ 1 ,  rgb <0.002, 0.002, 0.002> extinction 1.0 }
       density{
         granite color_map{
           [ 0.0     rgbft <0.0, 0.0, 1.0, 0.0, 0.0> ]
           [ 0.5     rgbft <0.0, 0.5, 0.0, 0.0, 0.0> ]
           [ 1.0     rgbft <0.0, 1.0, 1.0, 0.0, 0.0> ]
         }
       }
     }
     media{
       intervals 1
       confidence 0.0001
       variance 1.0/1.0
       ratio 0.5
       absorption rgb <0.0, 0.003, 0.004>
       emission rgb <0.001, 0.0, 0.0>
       scattering{ 1 ,  rgb <0.001, 0.001, 0.001> extinction 1.0 }
       density{
         agate
         agate_turb 1.0
         color_map{
           [ 0.0     rgbft <0.0, 1.0, 1.0, 0.0, 0.0> ]
           [ 0.6     rgbft <1.0, 0.5, 0.25, 0.0, 0.0> ]
           [ 1.0     rgbft <0.0104, 0.0, 1.0, 0.0, 0.0> ]
         }
         scale  0.25
       }
     }
   }
}

-- 
--Tim Cook
http://home.bellsouth.net/p/PWP-empyrean

-----BEGIN GEEK CODE BLOCK-----
Version: 3.12
GFA dpu- s: a?-- C++(++++) U P? L E--- W++(+++)>$
N++ o? K- w(+) O? M-(--) V? PS+(+++) PE(--) Y(--)
PGP-(--) t* 5++>+++++ X+ R* tv+ b++(+++) DI
D++(---) G(++) e*>++ h+ !r--- !y--
------END GEEK CODE BLOCK------


Post a reply to this message

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