POV-Ray : Newsgroups : povray.advanced-users : Segmentation fault (core dumped) with function {pigment{image_map{}}} : Re: Segmentation fault (core dumped) with function {pigment{image_map{}}} Server Time
25 Apr 2024 14:51:12 EDT (-0400)
  Re: Segmentation fault (core dumped) with function {pigment{image_map{}}}  
From: Bald Eagle
Date: 11 Jul 2020 20:35:00
Message: <web.5f0a5aa963ce30e3fb0b41570@news.povray.org>
I have tracked it down to the acos term in the Lat function.

#declare E = 0.000001;
acos (Y/Length(X, 0, Z)) crashes
acos (Y/Length(X, E, Z)) crashes
acos (Y/Length(X, 1, Z)) works


Post a reply to this message

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