POV-Ray : Newsgroups : povray.newusers : blob between declared object : Re: blob between declared object Server Time
4 Sep 2024 18:14:59 EDT (-0400)
  Re: blob between declared object  
From: krus
Date: 9 Sep 2002 20:20:04
Message: <web.3d7d3a9718aeca4226f959360@news.povray.org>
Greg M. Johnson wrote:
>"Christoph Hormann" <chr### [at] gmxde> wrote in message
>news:3D788DD2.8471C63E[at]gmx.de...
>>
>> Where is written that the blob object accepts arbitrary
>> objects as components?
>>
>
>You *should* be able to do something along the lines of what he's trying.
>Here's the workaround:
>
>Use macros!
>
>#macro blobby1()
>        sphere{x,2,1}
>        sphere{y,2,1}
>#end
>
>#macro blobby2()
>        sphere{-x,2,1}
>#end
>
>blob{
>threshold 0.1
>blobby1()
>blobby2()
>translate 8*z
>pigment{rgb 1} finish{ambient 1}
>}
>

That was a very interesting example!
Thank you!
regards krus


Post a reply to this message

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