POV-Ray : Newsgroups : povray.binaries.scene-files : fast and easy clouds : Re: thickness of HF's.... Server Time
1 Sep 2024 20:17:16 EDT (-0400)
  Re: thickness of HF's....  
From: Bonsai
Date: 6 Aug 2004 02:24:27
Message: <4113241b@news.povray.org>
Cees wrote:
> Does anyone know how to get the "boxed-look" on HF's in povray?

Have you tried a difference?

// Code not tested
difference {
	box {
		<0, 0, 0>,
		<1, 1, 1>
	}

	heightfield {
		your_heightfield
	}
}

Hope that helps,

Bonsai

-- 
<--------------------------->
    ___ __ __  _ ___ ___  _
   | _ )  \  \( )  _) _ )( )
   | _ \() |\ \ |\ \/ _ \| |
   |___/__/_)\__)___)/ \_)_)

        www.b0n541.net
<--------------------------->

"Hi. I'm a signature virus. Add me to your signature - help me spread!"


Post a reply to this message

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