POV-Ray : Newsgroups : povray.newusers : difference, plane : Re: difference, plane Server Time
28 Jul 2024 16:22:21 EDT (-0400)
  Re: difference, plane  
From: Warp
Date: 12 Apr 2008 14:26:57
Message: <4800fef1@news.povray.org>
stevenvh <nomail@nomail> wrote:
>     plane { -y -0.8 }

  -y -0.8 = <0, -1, 0> - <0.8, 0.8, 0.8> = <-0.8, -1.8, -0.8>

  Expressions are evaluated first, after that the optional commas.
In this case the comma is not all that optional because without it
the expression takes precedence.

-- 
                                                          - Warp


Post a reply to this message

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