POV-Ray : Newsgroups : povray.general : FixedSimpleVector internal limit exceeded? : Re: FixedSimpleVector internal limit exceeded? Server Time
29 Jul 2024 10:24:27 EDT (-0400)
  Re: FixedSimpleVector internal limit exceeded?  
From: [GDS|Entropy]
Date: 1 Nov 2011 14:55:01
Message: <web.4eb04001dc17694377e50e540@news.povray.org>
Although, it is unexpected that simply changing the number of decimal points I'm
dividing the size of a sphere by would be enough to also trigger this message.

(glowRadius / ((j * j) * 0.01))   //no error
(glowRadius / ((j * j) * 0.0001)) //error

Ian


Post a reply to this message

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