POV-Ray : Newsgroups : povray.binaries.images : high resolution height_field functions : Re: high resolution height_field functions Server Time
31 Jul 2024 06:25:17 EDT (-0400)
  Re: high resolution height_field functions  
From: Thomas de Groot
Date: 17 Mar 2010 08:48:46
Message: <4ba0cfae$1@news.povray.org>
"scott" <sco### [at] scottcom> schreef in bericht 
news:4ba0aea8@news.povray.org...
>I noticed that if I make a height field like this...
>
> height_field
> {
>   function nPoints, nPoints {fn_X(x,0,y)}
>   smooth
> }
>
> as you increase "nPoints" the normals get messed up somehow (visible 
> easily
> if you have specular or reflection enabled) both with and without 
> "smooth".
> Check the attached images, notice how the grid texture becomes better with
> nPoints at 1000, but then the normals get screwed up.  Is it a bug?
>
>
I am probably wrong, but imo, those are not the normals (no normals defined 
here) but just the detail of the grid becoming smaller. Have you tried 
nPoints=10000?

Thomas


Post a reply to this message

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