 |
 |
|
 |
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
Are there any good particle includes/macros besides the ones by
Colefax? I'm kind of hoping there's one out there that can handle
collision detection against any object, be it using trace() or
whatever. What I need is something very basic - particles emitting from
an area and falling straight down like rain. While it would be cool for
them to bounce off objects, I could just have them die on contact.
Anyway, the particles themselves are easy enough to make, but how can I
tell if one has hit an object between frames? Better yet, maybe someone
has already done it.
Help!!! ;)
-Mike
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
MikeH wrote:
>
> Are there any good particle includes/macros besides the ones by
> Colefax? I'm kind of hoping there's one out there that can handle
> collision detection against any object, be it using trace() or
> whatever. What I need is something very basic - particles emitting from
> an area and falling straight down like rain. While it would be cool for
> them to bounce off objects, I could just have them die on contact.
>
Check out the unofficial version of POV called MegaPOVplus, where Chris Huff has
imlemented a particle system object. It can do collision detection with
arbitrary objects, and has other neat features. The URL is
http://homepage.mac.com/chrishuff/povpatch.html
--
Margus Ramst
Personal e-mail: mar### [at] peak edu ee
TAG (Team Assistance Group) e-mail: mar### [at] tag povray org
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|  |
|
 |
In article <3A1### [at] peak edu ee>, Margus Ramst
<mar### [at] peak edu ee> wrote:
> Check out the unofficial version of POV called MegaPOVplus, where
> Chris Huff has imlemented a particle system object. It can do
> collision detection with arbitrary objects, and has other neat
> features. The URL is http://homepage.mac.com/chrishuff/povpatch.html
One thing you should be warned about: the current version of MP+ is
based on an older version of MegaPOV(0.5a). Also, it might be wise to
avoid using the ipf_profile feature of the particle_system object, I
plan on doing this kind of thing in a more versatile way in a future
version.
--
Christopher James Huff
Personal: chr### [at] mac com, http://homepage.mac.com/chrishuff/
TAG: chr### [at] tag povray org, http://tag.povray.org/
<><
Post a reply to this message
|
 |
|  |
|  |
|
 |
|
 |
|  |
|
 |