POV-Ray : Newsgroups : povray.binaries.animations : particles flow (very first try...) Server Time
20 Jul 2024 05:17:45 EDT (-0400)
  particles flow (very first try...) (Message 1 to 10 of 12)  
Goto Latest 10 Messages Next 2 Messages >>>
From: JRG
Subject: particles flow (very first try...)
Date: 30 Sep 2001 17:03:16
Message: <3bb78894@news.povray.org>
This is my very firts try in reproducing something similar to a *waterfall*
(please be mercyfull). It took me 30 minutes to code and 30 minutes to
render.
Didn't have the time to play with the parameters and to add a more
interesting environment (like a heightfield).
Comments and suggestions are welcome.

--
Jonathan


Post a reply to this message


Attachments:
Download 'FLOW.MPG' (506 KB)

From: Rick [Kitty5]
Subject: Re: particles flow (very first try...)
Date: 30 Sep 2001 17:52:32
Message: <3bb79420@news.povray.org>
> This is my very firts try in reproducing something similar to a
*waterfall*
> (please be mercyfull). It took me 30 minutes to code and 30 minutes to
> render.
> Didn't have the time to play with the parameters and to add a more
> interesting environment (like a heightfield).
> Comments and suggestions are welcome.

very nice - might look better if you used more smaller blobs


--
Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

From: Christoph Hormann
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 06:19:21
Message: <3BB843E2.F72FFA0B@gmx.de>
JRG wrote:
> 
> This is my very firts try in reproducing something similar to a *waterfall*
> (please be mercyfull). It took me 30 minutes to code and 30 minutes to
> render.
> Didn't have the time to play with the parameters and to add a more
> interesting environment (like a heightfield).
> Comments and suggestions are welcome.
> 

Very nice for 30 minutes...

Is there interaction between the particles?

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: JRG
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 06:24:07
Message: <3bb84447@news.povray.org>
Nope. But it shouldn't be impossible, as long as you know the real radius of
the blob components.

"Christoph Hormann" <chr### [at] gmxde> ha scritto nel messaggio
news:3BB843E2.F72FFA0B@gmx.de...
>
>
> JRG wrote:
> >
> > This is my very firts try in reproducing something similar to a
*waterfall*
> > (please be mercyfull). It took me 30 minutes to code and 30 minutes to
> > render.
> > Didn't have the time to play with the parameters and to add a more
> > interesting environment (like a heightfield).
> > Comments and suggestions are welcome.
> >
>
> Very nice for 30 minutes...
>
> Is there interaction between the particles?
>
> Christoph
>
> --
> Christoph Hormann <chr### [at] gmxde>
> IsoWood include, radiosity tutorial, TransSkin and other
> things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Rune
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 11:17:02
Message: <3bb888ee@news.povray.org>
"Rick" wrote:
> very nice - might look better if you used more smaller blobs

Note to JRG: They'll keep telling you this no matter how many and how small
you make them... ;)

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


Post a reply to this message

From: Rune
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 11:17:05
Message: <3bb888f1@news.povray.org>
"JRG" wrote:
> This is my very firts try in reproducing something similar
> to a *waterfall* (please be mercyfull).

Very nice for a first try! :)

I always like a little competition! ;)

Is the particle system I/O based? I.e., do you use the #write command in
POV-Ray to save the data to a file which you then read in the next frame of
the animation?

It seems like you colored the particles dependent on velocity so they're
lighter when they move fast?

Anyway, besides the everlasting suggestion of using smaller and more blobs,
I also suggest you add some randomness to the simulation, as it currently
look very synthetic.

Looking forward to see next version!

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


Post a reply to this message

From: Christoph Hormann
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 12:18:39
Message: <3BB8981A.31C48135@gmx.de>
I just had an idea, have you tried using cylindrical blob components?  I'm
not sure if this would look any good, but worth trying IMO.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: JRG
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 13:46:25
Message: <3bb8abf1@news.povray.org>
"Rune" <run### [at] mobilixnetdk> ha scritto nel messaggio
news:3bb888f1@news.povray.org...
> "JRG" wrote:
> > This is my very firts try in reproducing something similar
> > to a *waterfall* (please be mercyfull).
>
> Very nice for a first try! :)
>

Thanks!


> Is the particle system I/O based? I.e., do you use the #write command in
> POV-Ray to save the data to a file which you then read in the next frame
of
> the animation?

That was my first thought... but then I found persistence of variables in
MegaPov...
The next version will be updated for POV 3.5 though.

>
> It seems like you colored the particles dependent on velocity so they're
> lighter when they move fast?

You're right.

> Anyway, besides the everlasting suggestion of using smaller and more
blobs,
> I also suggest you add some randomness to the simulation, as it currently
> look very synthetic.

I've added a bit of randomness indeed, but, as I said, I couldn't play too
much with the params to make it more natural.

--
Jonathan

> Looking forward to see next version!
>
> Rune
> --
> 3D images and anims, include files, tutorials and more:
> Rune's World:    http://rsj.mobilixnet.dk (updated June 26)
> POV-Ray Users:   http://rsj.mobilixnet.dk/povrayusers/
> POV-Ray Webring: http://webring.povray.co.uk
>
>


Post a reply to this message

From: JRG
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 13:49:10
Message: <3bb8ac96$1@news.povray.org>
I could give it a try. But how do you control their rotations?
--
Jonathan

"Christoph Hormann" <chr### [at] gmxde> ha scritto nel messaggio
news:3BB8981A.31C48135@gmx.de...
>
> I just had an idea, have you tried using cylindrical blob components?  I'm
> not sure if this would look any good, but worth trying IMO.
>
> Christoph
>
> --
> Christoph Hormann <chr### [at] gmxde>
> IsoWood include, radiosity tutorial, TransSkin and other
> things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

From: Rick [Kitty5]
Subject: Re: particles flow (very first try...)
Date: 1 Oct 2001 17:39:26
Message: <3bb8e28e@news.povray.org>
> > very nice - might look better if you used more smaller blobs
>
> Note to JRG: They'll keep telling you this no matter how many and how
small
> you make them... ;)

<big grin>


--
Rick

Kitty5 WebDesign - http://Kitty5.com
POV-Ray News & Resources - http://Povray.co.uk
TEL : +44 (01270) 501101 - FAX : +44 (01270) 251105 - ICQ : 15776037

PGP Public Key
http://pgpkeys.mit.edu:11371/pks/lookup?op=get&search=0x231E1CEA


Post a reply to this message

Goto Latest 10 Messages Next 2 Messages >>>

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