POV-Ray : Newsgroups : povray.beta-test : crash with photons, union, ior, lathe : crash with photons, union, ior, lathe Server Time
30 Jul 2024 02:21:53 EDT (-0400)
  crash with photons, union, ior, lathe  
From:
Date: 16 Jan 2002 07:20:45
Message: <vfra4u0ndv4rf951196881cpt842an4906@4ax.com>
POV 3.5 b 10.icl on PII 233 128 MB with NT 4 Sp 6

It took me two hours to extract below bug from large scene. When I remove or
change something (for example 9.1 to 0.1, 20000 to 2000) then crash disappear.
Crash appear during photon mapping stage. It not causes crash when modifiers are
directly in lathe. It also causes crash for merge. Any confirmation ?

global_settings{max_trace_level 255 photons{count 20000}}
camera{location<0,2.5,-2.5>look_at 0}
light_source{<-30,30,-30>1}
union{
  lathe{linear_spline 3<0,0><1,1><0,1>}
  box{<-9,.1,.1><9,.3,9.1>}
  pigment{colour rgbf 1}
  interior{ior 1.5}
  photons{target refraction on}
}

ABX


Post a reply to this message

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