POV-Ray : Newsgroups : povray.binaries.animations : Wind algorithm problem [MPG, 280kb] : Re: Wind algorithm problem [MPG, 280kb] Server Time
19 Jul 2024 21:22:25 EDT (-0400)
  Re: Wind algorithm problem [MPG, 280kb]  
From: Rune
Date: 3 Mar 2002 16:17:35
Message: <3c8292ef@news.povray.org>
"Tim Nikias" wrote:
> I've just implemented a "wind turbulencing algorithm",
> which takes care that particles born nearby are blown
> in a pretty similiar direction, but this changes subtly
> based on initial position.

I think something looks fundamentally wrong in this animation. Each particle
starts still but then accelerates in a specific direction. But what is it
that pushes the particle in the same direction all the time? It doesn't make
sense that the wind keeps pushing a particle in the same direction; as the
particle moves, it would enter different air streams and change direction,
or more likely eventually just follow the global wind direction. But your
particles keep accelerating in the direction they started with, or at least
it looks that way.

> There are two gaps though:
> When the rocket passes the x-axis, the smoke-column
> breaks apart. Particles move upward, and then suddenly
> downward.
>
> I am using always the same algorithm:
> -take a turbulenced vector and the initial wind direction
> -create an axis using vcross with those two vectors
> -using another smooth-turbulenced float, rotate the initial
>  wind direction about some degrees around the former
>  calculated axis

This seems overly complicated. I suggest.
-take a turbulenced vector and add it to the initial wind direction. And
that's it.

You will also avoid the problem with vcross this way, so you should get no
abrupt changes.

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


Post a reply to this message

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