POV-Ray : Newsgroups : povray.beta-test : Assigning an interior crashes 3.8 beta 2 : Re: Assigning an interior crashes 3.8 beta 2 Server Time
18 Apr 2024 22:25:34 EDT (-0400)
  Re: Assigning an interior crashes 3.8 beta 2  
From: Kenneth
Date: 9 May 2023 09:50:00
Message: <web.645a4f0df1deef259b4924336e066e29@news.povray.org>
I just tried a similar construct using a pigment instead of an interior--
thinking that the same error might occur...

#version max (3.5, min (3.8, version));
global_settings { assumed_gamma 1 }
#declare PIG = pigment{bozo}
#declare myPIG = PIG

... but that runs OK! So it seems that the problem might be exclusive to the
'interior' block... or ior... ?


Post a reply to this message

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