POV-Ray : Newsgroups : povray.newusers : Height Field smooth keyword : Re: Height Field smooth keyword Server Time
29 Jul 2024 16:20:49 EDT (-0400)
  Re: Height Field smooth keyword  
From: Kyle
Date: 2 Jul 2005 21:41:18
Message: <megec1p1ir9j5jvhe7p71iiutpqbdbfg88@4ax.com>
Move "smooth" before "scale", like this:

  height_field {
    tga "Track Tile.tga"
    smooth
    scale <SCALE_FACTOR, 45.000000, SCALE_FACTOR>
  }

That should work.

Kyle


On Sat,  2 Jul 2005 20:40:58 EDT, "waynehays1" <way### [at] yahoocom>
wrote:

>I have look high and low.  Why does the render hang up on "smooth"?
>
>object {
>  height_field {
>    tga "Track Tile.tga"
>    scale <SCALE_FACTOR, 45.000000, SCALE_FACTOR>
>    smooth
>  }
>  texture {
>    pigment {
>      image_map {
>        tga "TrackTile_TEX_960.tga"
>      }
>      scale SCALE_FACTOR
>      rotate <90, 0, 0>
>    }
>
>    finish {
>      ambient <0.35, 0.35, 0.32>
>      diffuse 2.5
>      crand 0.1
>    }
>  }
>}
>
>The render runs fine if I comment out "smooth" but I really need to have it
>as the render is very jagged looking.
>
>Any help would be great, thanks.
>
>Wayne
>


Post a reply to this message

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