POV-Ray : Newsgroups : povray.general : #declaring warps. Server Time
9 Aug 2024 23:27:11 EDT (-0400)
  #declaring warps. (Message 11 to 12 of 12)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Margus Ramst
Subject: Re: #declaring warps.
Date: 29 May 2000 13:42:06
Message: <39329E18.572DB220@peak.edu.ee>
Warp wrote:
> 
>   I would prefer:
> 
> pigment { checker Blue, White }
> 

pigment{
    boxed
    color_map{[.2 rgb z][.2 rgb 1]}
    warp{repeat z}
    warp{repeat x}
}

Enjoy :)

-- 
Margus Ramst

Personal e-mail: mar### [at] peakeduee
TAG (Team Assistance Group) e-mail: mar### [at] tagpovrayorg


Post a reply to this message

From: Simen Kvaal
Subject: Re: #declaring warps.
Date: 30 May 2000 04:55:48
Message: <39338214@news.povray.org>
>pigment{
>    boxed
>    color_map{[.2 rgb z][.2 rgb 1]}
>    warp{repeat z}
>    warp{repeat x}
>}
>


Neat! I added warp{repeat y} and it made a perfect graph-paper pigment! I
can actually use it!

Simen,


>Enjoy :)

I will! hehe.


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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