POV-Ray : Newsgroups : povray.general : Blob based water system? Server Time
7 Aug 2024 07:18:24 EDT (-0400)
  Blob based water system? (Message 3 to 12 of 12)  
<<< Previous 2 Messages Goto Initial 10 Messages
From: Trevor Quayle
Subject: Re: Blob based water system?
Date: 3 Dec 2001 12:14:31
Message: <3c0bb2f7$1@news.povray.org>
"Tim Nikias" <Tim### [at] gmxde> wrote in message
news:3C0BB040.B5345E20@gmx.de...
> How about taking a look at povray.binaries.animations. There'll you'll
> find lots of that, but mostly entitled "particle system".
> Though a note in advance might be useful: tracking particles and having
them
> respond to each other is like a sqaured-programm, the more particles you
> use, the longer parsing-times get.
> And water just doesn't look well with too few blobs...
>

I have been playing with programming a simple particle system, but what I
use to avoid the program getting unweilding beyond a few particles is
implementing proximity routines.  Rather than having each particle check
each other particle, you divide the working area into cubes and have each
particle report its location, then particles only need to look up what
particles are in its immediate area and check against them.  Of course this
isn't a perfect system, mine uses solid balls so there is a limit to how
many objects can be an a specific area of space, but with particles that can
overlap or that have expulsion/attraction that can exceed quite a distance
from their surfaces, you can end up having a large number (or even all)
particles within specific locations and end up having to do all the
calculations anyway, but that may be an unavoidable effect of the type of
system.

-tgq


Post a reply to this message

From: Thomas
Subject: Re: Blob based water system?
Date: 4 Dec 2001 07:47:50
Message: <3C0CC5D0.F8D6B171@gmx.net>
Take a look at falmaiden, it might do what you (or not), the web page is at:
http://falmaidan.sourceforge.net/


Thomas


Post a reply to this message

From: Apache
Subject: Re: Blob based water system?
Date: 5 Dec 2001 03:15:23
Message: <3c0dd79b@news.povray.org>
"The page cannot be displayed"

bummer..... !


Post a reply to this message

From: Captain Tylor
Subject: Re: Blob based water system?
Date: 6 Dec 2001 08:27:16
Message: <3c0f7234$1@news.povray.org>
It seems to work for me.  I haven't tried the actual program yet though.

"Apache" <apa### [at] yahoocom> wrote in message
news:3c0dd79b@news.povray.org...
> "The page cannot be displayed"
>
> bummer..... !
>
>


Post a reply to this message

From:
Subject: Re: Blob based water system?
Date: 6 Dec 2001 08:33:59
Message: <wbelm8mpvu.fsf@jones.oslo.infostream.no>
["Captain Tylor" <fis### [at] hrupennedu>]
| It seems to work for me.  I haven't tried the actual program yet though.

I'm running it right now. It's pretty interesting, but for some reason
that I can't completely understand, it does not use blobs, only spheres,
and it's not very well documented. I'm running a modified version of
the scenes that came with it. I'll post a link to the finished animation
when it's done. :)

-- 
It's a dark day for mad science.


Post a reply to this message

From: Trevor Quayle
Subject: Re: Blob based water system?
Date: 6 Dec 2001 08:50:02
Message: <3c0f778a$1@news.povray.org>

news:wbe### [at] jonesosloinfostreamno...
>
> ["Captain Tylor" <fis### [at] hrupennedu>]
> | It seems to work for me.  I haven't tried the actual program yet though.
>
> I'm running it right now. It's pretty interesting, but for some reason
> that I can't completely understand, it does not use blobs, only spheres,
> and it's not very well documented. I'm running a modified version of
> the scenes that came with it. I'll post a link to the finished animation
> when it's done. :)
>
> --
> It's a dark day for mad science.

The only problem I'd see with blobs is conservation of volume, with 'solid'
spheres, it is fairly easy to maintain because each sphere has a definite
surface and volume, with blobs this is not the case. I suppose an
apporximation may give acceptable results.  Just food for thought.

-tgq


Post a reply to this message

From: Ben Chambers
Subject: Re: Blob based water system?
Date: 7 Dec 2001 12:36:00
Message: <3c10fe00@news.povray.org>
"Trevor Quayle" <Tin### [at] hotmailcom> wrote in message
news:3c0f778a$1@news.povray.org...
> The only problem I'd see with blobs is conservation of volume, with
'solid'
> spheres, it is fairly easy to maintain because each sphere has a definite
> surface and volume, with blobs this is not the case. I suppose an
> apporximation may give acceptable results.  Just food for thought.

Of course, with small enough spheres, this wouldn't be too much of a problem
(as noone would notice the added volume) :)

...Chambers


Post a reply to this message

From:
Subject: Re: Blob based water system?
Date: 9 Dec 2001 06:08:05
Message: <wbelm4odgw.fsf@jones.oslo.infostream.no>

| the scenes that came with it. I'll post a link to the finished animation
| when it's done. :)

If the damn program hadn't crashed that is.

-- 
It's a dark day for mad science.


Post a reply to this message

From: Christopher James Huff
Subject: Re: Blob based water system?
Date: 24 Dec 2001 15:26:04
Message: <chrishuff-CFDCCF.15261524122001@netplex.aussie.org>
In article <3c0b972a$1@news.povray.org>,
 "Ben Chambers" <bdc### [at] hotmailcom> wrote:

> I had a thought last night (gasp!), but I have not yet had the chance to try
> it out.  My thought was this:
> Why not write a quick program in c++ to track water "molecules" (ok, they'd
> be about a foot in diameter :) bouncing off of each other while floating
> down a riverbed, and have it output the scene using a blob for the water?
> Hopefully, this would give good results for the river surface.  Has anyone
> experimented with this?  (I should be able to get to this later today, and
> then I'll let you know what I come up with).

Have you seen my particle_system patch? It hasn't been included in 
MegaPOV yet, and it isn't "finished", but should be able to do what you 
want.
http://homepage.mac.com/chrishuff/images/Particles1.jpg
http://homepage.mac.com/chrishuff/images/particleFountain.jpg
http://homepage.mac.com/chrishuff/povpatch.html

-- 
 -- 
Christopher James Huff <chr### [at] maccom>


Post a reply to this message

From: Ben Chambers
Subject: Re: Blob based water system?
Date: 24 Dec 2001 16:45:11
Message: <3c27a1e7@news.povray.org>
"Christopher James Huff" <chr### [at] maccom> wrote in message
news:chr### [at] netplexaussieorg...
> In article <3c0b972a$1@news.povray.org>,
>  "Ben Chambers" <bdc### [at] hotmailcom> wrote:
>
> > I had a thought last night (gasp!), but I have not yet had the chance to
try
> > it out.  My thought was this:
> > Why not write a quick program in c++ to track water "molecules" (ok,
they'd
> > be about a foot in diameter :) bouncing off of each other while floating
> > down a riverbed, and have it output the scene using a blob for the
water?
> > Hopefully, this would give good results for the river surface.  Has
anyone
> > experimented with this?  (I should be able to get to this later today,
and
> > then I'll let you know what I come up with).
>
> Have you seen my particle_system patch? It hasn't been included in
> MegaPOV yet, and it isn't "finished", but should be able to do what you
> want.
> http://homepage.mac.com/chrishuff/images/Particles1.jpg
> http://homepage.mac.com/chrishuff/images/particleFountain.jpg
> http://homepage.mac.com/chrishuff/povpatch.html

Thanks, I think this is exactly what I had in mind :)

...Chambers


Post a reply to this message

<<< Previous 2 Messages Goto Initial 10 Messages

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