POV-Ray : Newsgroups : povray.newusers : Creating Polyhedra with different colors for the faces : Re: Creating Polyhedra with different colors for the faces Server Time
29 Jul 2024 08:24:07 EDT (-0400)
  Re: Creating Polyhedra with different colors for the faces  
From: Roman Reiner
Date: 28 Mar 2006 10:55:00
Message: <web.44295c25246859f581d8be9d0@news.povray.org>
"Philip" <Phi### [at] yahoocom> wrote:
> Hi,
>
> since I use the intersection command with planes, i can't give each plane
> it's own color(what would solve my problem, i think).I've tried that, and
> got back an error :(
>
> thanks anyway

And what did the error say? It should work as Warp suggested

intersection {
  plane {
    ...
    pigment { ... }
  }
  plane {
    ...
    pigment { ... }
  }
  plane {
    ...
    pigment { ... }
  }
  ...
}

Regards Roman


Post a reply to this message

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