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: waynehays1
Date: 3 Jul 2005 00:05:01
Message: <web.42c76355e1372cf26a9959d70@news.povray.org>
Kyle <hob### [at] gatenet> wrote:
> 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
> >



Thanks, that worked great.


Post a reply to this message

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