POV-Ray : Newsgroups : povray.general : My particle system is released : Re: My particle system is released Server Time
28 Jul 2024 22:26:01 EDT (-0400)
  Re: My particle system is released  
From: Christoph Hormann
Date: 19 Oct 2002 18:02:50
Message: <3DB1D68A.499B34D2@gmx.de>
Rune wrote:
> 
> My particle system is finally released! You can use it POV-Ray 3.5 to
> create all sorts of effects, like water, smoke, fire and sparks. With a
> generic and non-specialized engine, the system makes it easy to
> customize the simulation to a wide range of uses. The package comes
> complete with include files, documentation, and several sample scene
> files that makes it easy to get started. You can download the system and
> also see animations of all the sample scene files here:
> http://runevision.com/3d/include/particles/
> 

Nice. And congratulations for finally finishing it. :-)

I have not tried it yet but the example animations look good.

A few comments:
 
- from what you write in the documentation about the collisions i conclude
you have not solved the 'particles penetrating the surface'-problem.  You
might try function based environments like i'm using for my mechanics
simulations.
 
- i have not checked the code but from what you write in 'Inner workings'
gravity is added to the position ("Each particle is moved by it's current
velocity (current location minus last location) plus gravity (for example
-y)") while it should be added to the velocity in fact.

- i am somewhat astonished about your license conditions.  I understand if
you don't want others to modify your tool and redistribute changed
versions but requiring everyone to contact you before publishing a
picture/animation using your file seems a bit exaggerated.  

Forbidding to use your include file for producing commercial work is to
some extent understandable - you don't want others to make profit with
something you put a lot of work into and none the less give away for free,
but on the other hand such a restriction will almost surely prevent a
great success of your tool since a lot of people will refrain from using
it from the beginning with such a restriction.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 13 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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