Hi Mark :
As I was saying (>>/>>) , I don't think it illegal to post
screenshot of WCS "Rules of Nature" interface .
>>>> VSL does not seem to be all that Boolean friendly ...
> Of course you can perform Booleans in VSL .
Of course ? Cool .
Well, we can combine several 'If' statements.
For example, you can perform an AND by nesting one If in another:
If (slope>0.5)
If (height>0.8)
color = constant (1,1,1)
which results in color white (snow) if slope is more horizontal than 0.5
AND if height is higher than 0.8 (just a random example).
If only it were possible to attach a GUI to a Level material that allowed
control of the materials inside it... anyway I'll try to work something out
but that'll be next week, gotta go now.
-Mark H