POV-Ray : Newsgroups : povray.beta-test : Crash when assigning materials : Re: Crash when assigning materials Server Time
2 May 2024 23:02:42 EDT (-0400)
  Re: Crash when assigning materials  
From: Nicolas Calimet
Date: 30 Aug 2006 10:47:37
Message: <44f5a509$1@news.povray.org>
> ==== [Parsing...] =======================================
> Killed

	Confirmed.  This is a problem with the interior definition, will be fixed
for the next beta.  A workaround for now is to do:


#declare Mat1 = material {
   texture {
     pigment {color red 1}
     finish {diffuse 0.8}
   }
   interior{}  // workaround
}

#declare Mat2 = Mat1


	Thanks for reporting,
	- NC


Post a reply to this message

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