POV-Ray : Newsgroups : povray.newusers : Blob mastering Server Time
5 Sep 2024 12:16:59 EDT (-0400)
  Blob mastering (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Rune
Subject: Re: Blob mastering
Date: 3 Jun 2001 12:30:53
Message: <3b1a663d$4@news.povray.org>
"george ferguson" wrote:
> the thing is that when i try to put in a sphere for
> example it says "no matching } in sphere , found
> instead...
>
> tell me what im doing wrong...please!!!

Blob elements always need to be placed inside a blob object.
That is also the case when you use my macro:

blob {
   threshold 0.65
   sphere {
      <0,0,0>,
      easyblob (0.65, 2, 2)
   }
}

Hope that helps!

Rune
--
3D images and anims, include files, tutorials and more:
Rune's World:    http://rsj.mobilixnet.dk (updated May 10)
POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
POV-Ray Webring: http://webring.povray.co.uk


Post a reply to this message

From: george ferguson
Subject: Re: Blob mastering
Date: 4 Jun 2001 11:40:18
Message: <3b1babe2@news.povray.org>
"Rune" <run### [at] mobilixnetdk> wrote in message
news:3b1a663d$4@news.povray.org...
> "george ferguson" wrote:
> > the thing is that when i try to put in a sphere for
> > example it says "no matching } in sphere , found
> > instead...
> >
> > tell me what im doing wrong...please!!!
>
> Blob elements always need to be placed inside a blob object.
> That is also the case when you use my macro:
>
> blob {
>    threshold 0.65
>    sphere {
>       <0,0,0>,
>       easyblob (0.65, 2, 2)
>    }
> }
>
> Hope that helps!
>
> Rune
> --
> 3D images and anims, include files, tutorials and more:
> Rune's World:    http://rsj.mobilixnet.dk (updated May 10)
> POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
> POV-Ray Webring: http://webring.povray.co.uk
>
>
oh for pete's sake.  Duhhhhhhh.  Umm my name is Marc.  I can draw pretty
pictures.  I am so dumb not to realise that.  Thanks rune


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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