POV-Ray : Newsgroups : povray.programming : trendy blob subject Server Time
8 Jul 2024 19:51:52 EDT (-0400)
  trendy blob subject (Message 1 to 1 of 1)  
From: ABX
Subject: trendy blob subject
Date: 6 Nov 2002 05:11:15
Message: <j9qhsuot92v4nq2m9neagog5knjhlji9ph@4ax.com>
Nothing amazing but I wonder why in function calculate_element_field() in
blob.cpp some components (sphere, ellipsoid) use
  if (rad2 < Element->rad2)
condition while others (hemispheres and cylinder) use
  if (rad2 <= Element->rad2)
Could it be type that '=' can influence something? Is this intentional?

ABX


Post a reply to this message

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