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:19:28 EDT (-0400)
  Re: can't get blobjects to connect  
From: Anton Sherwood
Date: 17 Apr 2001 02:17:21
Message: <3ADBE004.30777EFE@pobox.com>
Bryan Valencia wrote:
> Here is the source - I want something like a lattice here,
> with all the 'joints' here connected together.  I am just
> trying desperately to tweak the numbers in.

I fiddled with it a bit ...

blob    {
        threshold .4

        #while (h<mh)
        #declare f=(mh-h)/mh;
        #declare a=sin(h)*5*f;
        #declare b=(h)/5;
        #declare c=cos(h)*5*f;
        sphere{<a,b,c>,1.5*f,1}
        #declare h=h+.5;
        #end

        pigment {color rgb 1}
        }

It appears to me that f (multiplied by whatever constant) is the Wrong
Thing for the component radius, unless you want the lattice to break up
at the top.

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


Post a reply to this message


Attachments:
Download 'bryan.jpg' (14 KB)

Preview of image 'bryan.jpg'
bryan.jpg


 

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