POV-Ray : Newsgroups : povray.general : condition parsed as vector : Re: condition parsed as vector Server Time
8 Aug 2024 06:19:20 EDT (-0400)
  Re: condition parsed as vector  
From: KalleK
Date: 16 Feb 2001 08:44:25
Message: <3a8d2eb9$1@news.povray.org>
Ok. I killed that strange macro:

  #macro CompV (V1, V2)
   ((!(V1.x=V2.x)|!(V1.y=V2.y)|!(V1.z=V2.z))=0)
  #end
(It was crazy, I know.)
and replaced it with your code.
Thank you Tor!

cukk


Post a reply to this message

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