POV-Ray : Newsgroups : povray.general : Isosurface troble : Re: Isosurface troble Server Time
5 Aug 2024 18:24:01 EDT (-0400)
  Re: Isosurface troble  
From: Christoph Hormann
Date: 5 Aug 2002 12:09:06
Message: <3D4EA321.B3401113@gmx.de>
Peter Popov wrote:
> 
> #declare F_Relief = function {
>   pigment {
>     image_map { tga "relief.tga" interpolate 2 }
>     rotate 90*x
>   }
> }
> 
> #declare F_Terrain = function { y - F_Relief(x,y,z).gray }
> 
> Any idea why the max gradient would be that high? I ended up making a
> mesh out of the tga in Rhino instead, but I want to learn to do this
> right.

Try 'interpolate 4'.  IIRC interpolate 2 does not lead to a continuous
function, therefore the high gradient.

Christoph

-- 
POV-Ray tutorials, IsoWood include,                 
TransSkin and more: http://www.tu-bs.de/~y0013390/  
Last updated 03 Aug. 2002 _____./\/^>_*_<^\/\.______


Post a reply to this message

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