POV-Ray : Newsgroups : povray.general : Strange parsing error : Re: Strange parsing error Server Time
1 May 2024 22:13:51 EDT (-0400)
  Re: Strange parsing error  
From: Bald Eagle
Date: 30 Sep 2017 13:25:05
Message: <web.59cfd2eb923e3e145cafe28e0@news.povray.org>
kurtz le pirate <kur### [at] gmailcom> wrote:

>   94 :   #local det = pA.x-pB.x;
>   95 :   #if(det=0)
>   96 :     // #error
>   97 :     #local sidesLines[rIndex][lIndex] = <0,0,1>;
>   98 :  #else
>   99 :    #local det_a = pA.z-pB.z;
 Bad operands for period operator.
>
> For me, line #94 and #99 are similar, and no error for line 94.



Well it looks like you should output the actual values to the debug stream or a
file to make sure there's actually a z component being passed to those vector
identifiers.

Aside from that, without the rest of code, it's anybody's guess what's
happening.


Post a reply to this message

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