POV-Ray : Newsgroups : povray.binaries.images : can't get blobjects to connect : Re: can't get blobjects to connect Server Time
18 Aug 2024 14:20:13 EDT (-0400)
  Re: can't get blobjects to connect  
From: Anton Sherwood
Date: 18 Apr 2001 22:16:39
Message: <3ADE4A96.BA3EA7B@pobox.com>
Bryan Valencia wrote:
> The effect I am going for is more of an alien "oil rig"
> (more sinewy, or like bones) ...

alien, eh?


#declare h=1;
#declare mh=100;
#declare goldangle = pi*(3-sqrt(5));

blob    {
        threshold .86

        #declare theta = 0;
        #while (h<mh)
        #declare f=(mh-h)/mh;
        #declare g = sqrt(f);
        #declare zed = 20*(1-g);
        sphere { 0,1.18,1
                translate <5*g,zed,0>
                rotate y*degrees(theta)
                }
        #declare theta = theta + goldangle;
        #declare h=h+.5;
        #end

        pigment { bozo
                color_map { 
                        [0 rgb 1]
                        [1 rgb <0.6,0.2,0>]
                        }
                }

        }




-- 
Anton Sherwood  --  br0### [at] p0b0xcom  --  http://ogre.nu/


Post a reply to this message


Attachments:
Download 'bryan2.jpg' (15 KB)

Preview of image 'bryan2.jpg'
bryan2.jpg


 

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