|
|
"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
|
|