POV-Ray : Newsgroups : povray.beta-test : crash with wrong max_intersections : crash with wrong max_intersections Server Time
29 Jul 2024 12:25:04 EDT (-0400)
  crash with wrong max_intersections  
From:
Date: 16 May 2002 15:13:55
Message: <j118eu819cjr6nboqe4flu69dvp6nhk43c@4ax.com>
POV 3.5 RC4 icl on WinNT Sp 6 PII 233 with 128 MB

following scene caused POV to crash

#local S=sphere{0 1};
#local N=<0,0,0>;
global_settings{max_intersections -1}
#local I=trace(S,2*x,-x,N);

and btw1: max_intersection 0 not caused any warning

ABX


Post a reply to this message

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