POV-Ray : Newsgroups : povray.newusers : How do I make a Hightfield with an Isosurface? : Re: How do I make a Hightfield with an Isosurface? Server Time
5 Sep 2024 12:19:19 EDT (-0400)
  Re: How do I make a Hightfield with an Isosurface?  
From: Gilles Tran
Date: 6 Jan 2001 08:56:22
Message: <3A57249E.3EE4029A@inapg.inra.fr>
Marc-Hendrik Bremer wrote:

> What am I doing wrong?

The rotation is wrong (your hf is pointing downwards) and the base function
should be y instead of z.
Try this instead :
#declare HundFN=function{pigment{image_map{png "Hund-Hf.png"}rotate x*90}}
isosurface {
     function { y - 0.5*HundFN(x,y,z)}
     contained_by{box {0,1}}
     pigment{rgb 1}
     translate <-0.5,0,-0.5>
     scale <3,1,3>
}

G.


--

**********************
http://www.oyonale.com
**********************
Graphic experiments
Pov-ray gallery


Post a reply to this message

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