POV-Ray : Newsgroups : povray.programming : Memory problems : Re: Memory problems Server Time
5 Jul 2024 15:21:07 EDT (-0400)
  Re: Memory problems  
From: Nicolas Calimet
Date: 30 Sep 2003 18:10:23
Message: <3F79FF4E.4020308@free.fr>
> The only other thing is that every time the is a call to Reflect(...) it has
> been replaced with Reflect(..., NULL) except in the case of Reflect(...,
> Layer->Finish) in compute_lighted_texture()

	That's still not enough to analyze what's wrong with your code.
	If you've added one parameter to the Reflect() function, most
likely you also added some code IN the function itself to handle this
new parameter. This added code is what you've been asked for...

	- NC


Post a reply to this message

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