Nathan Kopp wrote:
> For those who want details: The problem was with two static vectors (n2 and
> n3) in the radiosity code. I converted them to local variables (moved them
> inside the scope of ra_gather) and the problem disappeared. I also removed
> vector nn3 since it was unused.
>
> -Nathan
Damn! I remember looking at these variables and wondering why they were
set up as static, but I never thought of actually changing them to
locals.
Well done and many thanks Nathan.
Bye for now,
Mike Andrews.
Post a reply to this message
|