POV-Ray : Newsgroups : povray.general : turbulence density Server Time
3 Aug 2024 02:23:41 EDT (-0400)
  turbulence density (Message 1 to 1 of 1)  
From: 387
Subject: turbulence density
Date: 15 Jun 2004 09:20:01
Message: <web.40cef63247ff7815b543f7cf0@news.povray.org>
I want to make some cigarette smoke using absorption media.
Lets say i have a cylinder { <0,0,0><0,1,0>,1 hollow etc } which is to be
the smoke. I can specify the density and color of the absorption media as a
function of the distance from the y axis but I also want to specify the
density (strength) of the turbulence. I want the turbulence of the media at
<0,0,0> to be 0 and at <0,1,0> to be 1, with a ramp (1st order) increase
(for the moment).
I have checked the reference and help file but am having trouble with the
with the language.
I want do something like this
cylinder { ..
interior {
media { absorption a
density { density_type
density_map { .. }
warp { planar_warp_type y
planer_map  { [0 turbulence 0] [1 turbulence 1] }
}.....}

Is this visualisable?
Is this feasible?

Any help would be appreciated,
Thanks


Post a reply to this message

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