|
|
Hi, to continue my thread in povray.general, I was wondering how to have
a filled height field, that is, a height field with sides and interior.
Here is what I get with the following code, I hope you can guess easily
what I want from it...
intersection {
box { <-0.5, -0.5, -0.5>, <0.5, 1, 0.5>}
// or perhaps: plane { <0,1,0>, 3 }
height_field { png "Heightfield.png" smooth
scale <1,0.1,0>
translate <-0.5, 0, -0.5>
}
pigment {rgb 1}
}
Thanks,
Xilo
--
Dedicated to audio/visual and interactive artwork.
http://www.geocities.com/simonlemieux/
Post a reply to this message
Attachments:
Download 'mystery.jpg' (65 KB)
Preview of image 'mystery.jpg'
|
|