|
|
Thorsten wrote:
> I like it :))
Thanks!
> May I beg for some lines of code, petty please :))
>
> Greetings :))
>
> Thorsten
Since you begged...
#declare Text1 =
function {
pigment {
image_map {
png "Chronicles-of-Ziklag.png"
map_type 0
interpolate 2
} // image_map
}
}
#declare Text2 =
function {
pigment {
image_map {
png "Chronicles-of-Ziklag-Blur.png"
map_type 0
interpolate 2
} // image_map
}
}
#declare T3 =
function {
Text1(x,y,z).hf*.85 + Text2(x,y,z).hf*.15
}
#declare CZ =
height_field {
function 4800, 1600 {
T3(x,y,z)
}
water_level .25
smooth
hollow
}
Post a reply to this message
|
|