POV-Ray : Newsgroups : povray.binaries.images : Strange Result... : Re: Strange Result... Server Time
31 Jul 2024 20:14:43 EDT (-0400)
  Re: Strange Result...  
From: Slime
Date: 19 Apr 2009 07:34:33
Message: <49eb0c49$1@news.povray.org>
> The #if clause is necessary because the last vector statement must not be 
> followed by a comma.

In most cases in POV-Ray, an extra comma is permitted at the end of a list.

If that isn't the case for meshes, you can still go with the simpler

         <(a+1)*800+b, (a+1)*800+b+1, a*800+b+1>
         #if  ( b != 798 | a != 398 )
           ,
         #end

which doesn' t look like there's some crazy weird special case.

 - Slime
 [ http://www.slimeland.com/ ]


Post a reply to this message

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