POV-Ray : Newsgroups : povray.international.binaries : [int] The Earth : Re: [int] The Earth Server Time
24 Apr 2024 06:19:19 EDT (-0400)
  Re: [int] The Earth  
From: R  Suzuki
Date: 29 Oct 2001 10:55:12
Message: <3bdd7be0@news.povray.org>
>Ooo sweet! Why don't you try to add a cloudy layer too?

Thanks.  
Well, it's easy to add a cloudy layer but I would like to 
demonstrate the isosurface capablility in that image.

>And I like that gold!

The POV code of the gold is following (the texture is
'T_Gold_3E'). 

object{
  union{
    isosurface {
        function {
          f_mesh1(atan2(x,z)/pi*2,f_r(x,0,z)-0.4*(y*y+1),
                   y, 0.1, 0.1, 0.25, 0.005, 1) 
        }
        contained_by { box { <-0.6,-0.6,-0.6>, <0.6,0.2,0.6> } } 
        threshold 0.0075 
        accuracy 0.0005  
        max_gradient 1.2 
    } 
    torus{  0.2*0.2*0.4+0.4, 0.03   translate y*0.2}
    torus{  0.6*0.6*0.4+0.4, 0.03   translate y*-0.6}
  }
}

R. Suzuki


Post a reply to this message

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