POV-Ray : Newsgroups : povray.general : cabinet macro : Re: cabinet macro Server Time
30 Jul 2024 08:18:11 EDT (-0400)
  Re: cabinet macro  
From: mysdn
Date: 26 Jun 2009 18:40:01
Message: <web.4a454d8f2c18cb70e4e47a1b0@news.povray.org>
"mysdn" <kam### [at] hotmailcom> wrote:
>
> in the zip a working cabinet macro is presented.
> it has a few issues explained in it also, thank you.

I solved most of the problems I presented in the zip file, still working on
rotation though. Now I would like to ask something else
does povray if statement support 2 conditions at once. such as C# if statements.

instead of this
eg.  #if (DoorCount < 1)// no door
          #if(IsGlassDoor) //door is glass

I want to write this
#if (DoorCount < 1) or (IsGlassDoor)

//bla bla

#end
thank you

ibrahim


Post a reply to this message

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