POV-Ray : Newsgroups : povray.documentation.inbuilt : Proposed informational table for tiling pattern section. : Re: Proposed informational table for tiling pattern section. Server Time
26 Apr 2024 05:52:54 EDT (-0400)
  Re: Proposed informational table for tiling pattern section.  
From: clipka
Date: 25 Sep 2016 18:03:41
Message: <57e849bd$1@news.povray.org>
Am 25.09.2016 um 22:37 schrieb Jim Holsenback:
> On 9/25/2016 4:23 PM, Jim Holsenback wrote:
>> attached is modified file ...
> 
> that i'll teach me to do it from memory ... attached is corrected
> version .... #case (1) | #case (2) NOT #case (1|2)

Actually it should be `#case (1) #case (2)`. Nothing in between. If you use

    #case (1)
      ANYTHING
    #case (2)
      WHATEVER
    #break

you'll effectively get `ANYTHING WHATEVER` for a value of 1, and
`WHATEVER` for a value of 2.


Post a reply to this message

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