POV-Ray : Newsgroups : povray.programming : Surprising change in speed of comparison operators : Re: Surprising change in speed of comparison operators Server Time
1 Jun 2024 22:18:25 EDT (-0400)
  Re: Surprising change in speed of comparison operators  
From: Ilya Razmanov
Date: 2 May 2024 02:50:57
Message: <663337d1$1@news.povray.org>
On 02.05.2024 4:39, Bald Eagle wrote:

> #if (walkability [a][b] != unwalkable)
> to
> #if (walkability [a][b] <= Threshold)

Sorry for a stupid question, is there a way to use some !> instead of <=

?

-- 
Ilyich the Toad
https://dnyarri.github.io/


Post a reply to this message

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