POV-Ray : Newsgroups : povray.newusers : Checkering and textures Server Time
29 Jul 2024 08:20:34 EDT (-0400)
  Checkering and textures (Message 1 to 5 of 5)  
From: Killroy Quartermaine
Subject: Checkering and textures
Date: 9 May 2006 17:00:01
Message: <web.44610257dc6c5ad963aa4edf0@news.povray.org>
OK... I want to make a checkered plane, of the standard variety, but flat
colors seem a little boring at this point. What I really want to do is use
to textures instead of colors.

here is the syntax I tried this with:
plane { <0,1,0> 0 pigment {checker {texture T_Stone25 texture T_Stone26}}
finish {ambient .10}}

Obviously, that's not right. But I don't know if there IS a right way to do
this, or if I'm simply up a particular creek without one of those wooden
things you use to push yerself through the water.


Post a reply to this message

From: Trevor G Quayle
Subject: Re: Checkering and textures
Date: 9 May 2006 22:09:55
Message: <44614b73$1@news.povray.org>
"Killroy Quartermaine" <iam### [at] yahoocom> wrote in message 
news:web.44610257dc6c5ad963aa4edf0@news.povray.org...
> OK... I want to make a checkered plane, of the standard variety, but flat
> colors seem a little boring at this point. What I really want to do is use
> to textures instead of colors.
>
> here is the syntax I tried this with:
> plane { <0,1,0> 0 pigment {checker {texture T_Stone25 texture T_Stone26}}
> finish {ambient .10}}
>
> Obviously, that's not right. But I don't know if there IS a right way to 
> do
> this, or if I'm simply up a particular creek without one of those wooden
> things you use to push yerself through the water.
>
>

plane { <0,1,0> 0 texture {checker {texture T_Stone25 texture T_Stone26}}}

-tgq


Post a reply to this message

From: Killroy Quartermaine
Subject: Re: Checkering and textures
Date: 10 May 2006 19:10:00
Message: <web.446272c2b97ddf1563aa4edf0@news.povray.org>
Thanks! I feel kinda stupid now. heh.


Post a reply to this message

From: Killroy Quartermaine
Subject: Re: Checkering and textures
Date: 10 May 2006 19:15:01
Message: <web.446273deb97ddf1563aa4edf0@news.povray.org>
Nope. Wait. I don't feel quite so dumb as I thought. I get a parse error
when I try that. "No matching } found in 'texture', { found instead"

the cursor is left just after checker' if that helps.


Post a reply to this message

From: Warp
Subject: Re: Checkering and textures
Date: 10 May 2006 20:20:22
Message: <44628345@news.povray.org>
Killroy Quartermaine <iam### [at] yahoocom> wrote:
> Nope. Wait. I don't feel quite so dumb as I thought. I get a parse error
> when I try that. "No matching } found in 'texture', { found instead"

  Perhaps reading the documentation once in a while could help?

  The syntax for the checker pattern does not use {}.

-- 
                                                          - Warp


Post a reply to this message

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