POV-Ray : Newsgroups : povray.newusers : Grass : Re: Grass Server Time
30 Jul 2024 20:19:03 EDT (-0400)
  Re: Grass  
From: Brent G
Date: 17 Sep 2003 15:00:22
Message: <3f68af46$1@news.povray.org>
JC (Exether) wrote:

> You should be able to save your grass patch to a file and scale it with 
> something like :
> 
>   object {
>     #include "fgrass1.inc"
> 
>     texture {
>       pigment {
>         dents
>         triangle_wave
>         color_map {
>           [0.0 rgb <0.0, 0.4, 0.1>]
>           [1.0 rgb <0.1, 0.6, 0.2>]
>         }
>       }
>     }
>     scale 0.08
>     rotate 45*y
>     translate <0.5,0.6,-8.0>
>   }
> 
> JC (Exether)
> 

*sigh* and that's what it does by default lol I'm such a moron :D


Post a reply to this message

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