POV-Ray : Newsgroups : povray.binaries.images : Fill Height field : Fill Height field Server Time
13 Aug 2024 01:11:58 EDT (-0400)
  Fill Height field  
From: Xilo Musimene
Date: 30 May 2003 19:35:33
Message: <3ED7EAC0.3040308@hotpop.com>
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'
mystery.jpg


 

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