POV-Ray : Newsgroups : povray.general : Waves in arches.pov : Re: Waves in arches.pov Server Time
30 Jul 2024 18:22:27 EDT (-0400)
  Re: Waves in arches.pov  
From: Christian Froeschlin
Date: 7 Sep 2008 17:07:18
Message: <48c44286$1@news.povray.org>
Chris B wrote:

> // Define the ocean surface
> plane { y, -10.0
>   texture {
>      T_Chrome_2D
>      normal {
>         waves 0.05
>         frequency 5000.0
>         scale 3000.0
>         translate <0.1,-5,0.15>*clock
>      }
>   }
> }

For the waves pattern, you can also adjust the phase itself.


Post a reply to this message

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