POV-Ray : Newsgroups : povray.binaries.images : Antony Gormley simulation - Version 3 : Re: Antony Gormley simulation - Version 3 Server Time
2 Jun 2024 07:49:43 EDT (-0400)
  Re: Antony Gormley simulation - Version 3  
From: Thomas de Groot
Date: 10 Dec 2017 07:28:14
Message: <5a2d285e$1@news.povray.org>
On 10-12-2017 11:52, clipka wrote:
> Am 10.12.2017 um 09:32 schrieb Thomas de Groot:
>>> On 9-12-2017 17:15, Norbert Kern wrote:

>>>>
http://news.povray.org/povray.binaries.scene-files/attachment/%3C3c2d45ff@news.povray.org%3E/
>>>>
>>
>> Render fails with the mention: "Internal limit exceeded in
>> FixedSimpleVector"
>>
>> "Fatal error in renderer: A Pov-Ray internal nesting limit was reached."
> 
> Ah, that pesky FixedSimpleVector again...
> 
> Well, do I have exciting news for you: As of v3.8.0-alpha.9436902, the
> FixedSimpleVector is no more, and its associated limitations are gone
> for good :D
> 
> https://github.com/POV-Ray/povray/releases/tag/v3.8.0-alpha.9436902
> 

Excellent! in the mean time, I had solved the problem all by my little self.

1) The problem was initially the ancient: M^3
2.1) I thought it correct to replace that by: M*10e3
2.2) That generated the mentioned fatal error.
3) then I thought that it would be better to use: pow(M,3)
3) that worked correctly :-)

-- 
Thomas


Post a reply to this message

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