POV-Ray : Newsgroups : povray.windows : Block colour not being rendered : Re: Block colour not being rendered Server Time
28 Jul 2024 20:33:39 EDT (-0400)
  Re: Block colour not being rendered  
From: Roland Mas
Date: 20 Dec 1997 06:19:59
Message: <67g9kv$mg2$1@melchior.Cuivre.FR.EU.ORG>
Mark Hyde (mlh### [at] northnetcomau) wrote:
[...]
> #declare Bottom = box { <-4, 4, -5>
>   <4, 6, -7>
[...]
> }
Here is one error. _Each_ component of the first if the two vectors
defining the corners of the box should be less than the corresponding
one in the second vector. See what I mean?
box {
  <x1, y1, z1>, <x2, y2, z2>
}
where x1 < x2, y1 < y2, z1 < z2. Here:
#declare Bottom = box {
  <-4, 4, -7>, <4, 6, -5>
}

Let us know if this correction does not work.
  B-o-b
--

bob### [at] casimirrezelenstfr -- Linux, POV-Ray, LaTeX


Post a reply to this message

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