POV-Ray : Newsgroups : povray.newusers : Grass : Re: Grass Server Time
30 Jul 2024 20:19:00 EDT (-0400)
  Re: Grass  
From: JC (Exether)
Date: 8 Sep 2003 07:36:01
Message: <3f5c69a1$1@news.povray.org>
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)


Brent G wrote:
> I was using Gilles Tran's grass macro's except the scaling of the grass 
> is is ALOT larger then I'm wanting it, is there an easy way for me to 
> scale down the grass? Or should I just make my scene alot larger?
>


Post a reply to this message

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