POV-Ray : Newsgroups : povray.newusers : turbulence : Re: turbulence Server Time
14 Aug 2024 11:23:20 EDT (-0400)
  Re: turbulence  
From: Ken
Date: 1 Dec 1999 14:28:48
Message: <38457672.F1E58991@pacbell.net>
"mr.art" wrote:
> 
> I know that this is a new user sort of question, but
> I haven't found the answer in the FAQ section. (yet)
> The Docs say that turbulence can be used in a texture.
> When I try, I get an error. What's up?

It is dependent upon location in the texture.

This will not work

texture { bozo turbulence .5
 texture_map{
             [0 T1]
             [1 T2]
            }
          }

This will work

texture { bozo
 texture_map{
             [0 T1]
             [1 T2]
            }
           turbulence .5
         }

-- 
Ken Tyler -  1200+ Povray, Graphics, 3D Rendering, and Raytracing Links:
http://home.pacbell.net/tylereng/index.html http://www.povray.org/links/


Post a reply to this message

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