POV-Ray : Newsgroups : povray.general : [bug] declared normal on camera : Re: [bug] declared normal on camera Server Time
8 Aug 2024 04:09:52 EDT (-0400)
  Re: [bug] declared normal on camera  
From: Vahur Krouverk
Date: 4 Apr 2001 05:51:43
Message: <3ACAEED7.1F6DC2C1@aetec.ee>
Fabien Mosen wrote:
> 
> The following piece of code makes POV-Ray (under Windows, both
> official and unofficial) exit, without any message, once the rendering
> is complete :

Bug reason is probably found by POV-Team, but just for case... 

Christophe Bouffartigue released POVMan 0.71.4, which has corrected this
bug.
For correction line with + should be added to Copy_Camera() function in
file camera.c:

  {
    New = Create_Camera();

    *New = *Old;
+   New->Tnormal = Copy_Tnormal(Old->Tnormal);
  }


Post a reply to this message

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