POV-Ray : Newsgroups : povray.general : Question about Rune's particle system : Question about Rune's particle system Server Time
29 Jul 2024 10:19:24 EDT (-0400)
  Question about Rune's particle system  
From: Thomas de Groot
Date: 17 Oct 2011 03:38:02
Message: <4e9bdb5a$1@news.povray.org>
Surprisingly, I am unable to make wind and gravity work in Rune's 
particle system. I read and re-read the doc and I seem to follow the 
rules. These are the corresponding lines of code (see also the image in 
p.b.i.):

    #declare particle_drag      = 10;
    #declare particle_transfer  = 1.0;

    #macro particle_gravity  (Clock,Point) <0,-1,0> #end
    #macro particle_wind     (Clock,Point) <10*Clock, 0, 0> #end

So, if Rune, or anybody familiar with the macros can help me, I shall be 
most grateful.

Thomas


Post a reply to this message

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